Skip to content

Commit

Permalink
feat(release): Make sure the build is run before releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdesmares committed Mar 8, 2024
1 parent d304828 commit 3f43265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint-check": "eslint src",
"start": "rm -f ./src/tests/data/main.db && DEBUG=gsg node ./src/tests/testServer.js",
"build": "rm -rf ./lib/* && tsc --lib es2019,dom --esModuleInterop --downlevelIteration --outDir ./lib ./src/index.ts ./src/scripts/*.ts ./src/gsg.ts",
"release": "standard-version",
"release": "yarn build && standard-version",
"gsg": "node ./lib/gsg.js"
},
"peerDependencies": {
Expand Down

0 comments on commit 3f43265

Please sign in to comment.