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 c1fac2d commit a87ed4dCopy full SHA for a87ed4d
package.json
@@ -10,8 +10,8 @@
10
},
11
"type": "module",
12
"scripts": {
13
- "rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public",
14
- "prepare": "npm link adminforth"
+ "prepare": "npm link adminforth",
+ "build": "tsc"
15
16
"keywords": [
17
"adminforth",
0 commit comments