There was an error while loading. Please reload this page.
1 parent 1a0eb7c commit d4826c2Copy full SHA for d4826c2
package.json
@@ -24,7 +24,7 @@
24
"test:build": "jest -c '{}' build",
25
"test:coverage": "jest --coverage",
26
"lint": "tslint -p tsconfig.json --type-check -c tslint.json",
27
- "preversion": "npm run lint && npm run test",
+ "preversion": "yarn lint && yarn build && yarn test:build",
28
"release": "cd build && npm publish",
29
"test:project": "cd test/project && yarn sls openapi generate",
30
"test:prepare": "scripts/prepareTests.bash",
0 commit comments