We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d235 commit 714b961Copy full SHA for 714b961
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"scripts": {
32
"postinstall": "test -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'",
33
"prepare": "husky && npm run build",
34
- "prepublishOnly": "npm install && npm run lint && npm run build",
+ "prepublishOnly": "npm run lint",
35
"lint-and-test": "npm run lint && npm test",
36
"lint": "tsc -p tsconfig.eslint.json --noEmit --incremental && eslint './**/*.{ts,js}' --fix --cache",
37
"start": "NODE_ENV=development tsx ./src/entrypoint.cli.ts",
0 commit comments