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 8e8358a commit d5d22e9Copy full SHA for d5d22e9
packages/create-pyth-package/src/templates/cli/package.json
@@ -23,7 +23,6 @@
23
"clean": "rm -rf dist/",
24
"fix:lint": "eslint src/ --fix --max-warnings 0",
25
"fix:format": "prettier --write \"src/**/*.ts\"",
26
- "prepublishOnly": "pnpm run build && pnpm run test:lint",
27
"start:dev": "tsx ./src/index.ts",
28
"test:lint": "eslint src/ --max-warnings 0",
29
"test:format": "prettier --check \"src/**/*.ts\"",
0 commit comments