Skip to content

Commit 714b961

Browse files
committed
Simplify publish
1 parent 1e4d235 commit 714b961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"postinstall": "test -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'",
3333
"prepare": "husky && npm run build",
34-
"prepublishOnly": "npm install && npm run lint && npm run build",
34+
"prepublishOnly": "npm run lint",
3535
"lint-and-test": "npm run lint && npm test",
3636
"lint": "tsc -p tsconfig.eslint.json --noEmit --incremental && eslint './**/*.{ts,js}' --fix --cache",
3737
"start": "NODE_ENV=development tsx ./src/entrypoint.cli.ts",

0 commit comments

Comments
 (0)