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.
scripts
1 parent 017f8f0 commit e34395cCopy full SHA for e34395c
package.json
@@ -9,7 +9,11 @@
9
"registry": "https://registry.npmjs.org"
10
},
11
"peerDependencies": {},
12
- "scripts": {},
+ "scripts": {
13
+ "prepublishOnly": "npm run pkg && npm run clean",
14
+ "pkg": "npm pkg delete dependencies",
15
+ "clean": "npm pkg delete scripts"
16
+ },
17
"repository": {
18
"type": "git",
19
"url": "git+https://github.com/typescript-package/core.git"
0 commit comments