Skip to content

Commit

Permalink
build: call build in release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Ephraim committed Jun 29, 2023
1 parent 9646805 commit c306dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"nodev": "node -v",
"readme:copy": "echo \"<!-- DO NOT EDIT THIS FILE, EDIT MAIN README.md AND RUN \\`npm readme:copy\\` instead -->\n\n_Welcome to the docs site for_\n\" | cat - README.md > docs/README.md",
"changelog": "auto-changelog --commit-limit false --unreleased-only --stdout",
"release": "release-it",
"release": "pnpm run build && release-it",
"runscript": "NODE_NO_WARNINGS=1 node --experimental-specifier-resolution=node --loader ts-node/esm",
"test": "jest --runInBand"
},
Expand Down Expand Up @@ -101,4 +101,4 @@
"volta": {
"node": "18.16.0"
}
}
}

0 comments on commit c306dc0

Please sign in to comment.