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 36e14c7 commit 18ce292Copy full SHA for 18ce292
adminforth/commands/createPlugin/templates/package.json.hbs
@@ -5,7 +5,7 @@
5
"types": "dist/index.d.ts",
6
"type": "module",
7
"scripts": {
8
- "build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch"
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
9
},
10
"keywords": [],
11
"author": "",
0 commit comments