Skip to content

Commit

Permalink
build: add preversion to scripts (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 committed Nov 15, 2022
1 parent 5f6ec68 commit b588471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"test": "xvfb-maybe cross-env TS_NODE_PROJECT='./tsconfig.test.json' TS_NODE_FILES=1 mocha './tools/test-globber.ts'",
"test:fast": "xvfb-maybe cross-env TS_NODE_PROJECT='./tsconfig.test.json' TEST_FAST_ONLY=1 TS_NODE_FILES=1 mocha './tools/test-globber.ts'",
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node ./tools/gen-tsconfigs.ts && ts-node ./tools/gen-ts-glue.ts",
"prepare": "husky install"
"prepare": "husky install",
"preversion": "yarn build"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.29.0",
Expand Down

0 comments on commit b588471

Please sign in to comment.