We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a88d89 commit 1a874e4Copy full SHA for 1a874e4
package.json
@@ -16,7 +16,7 @@
16
"lint:prettier": "prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)",
17
"lint:eslint": "eslint . --ext .js,.ts",
18
"fix:prettier": "prettier --write .",
19
- "preversion": "npm run complete-build",
+ "preversion": "npm run build",
20
"postversion": "git push && git push --tag",
21
"test": "npx ts-node simple-test.ts"
22
},
0 commit comments