Skip to content

Commit e34395c

Browse files
chore(package): add scripts.
1 parent 017f8f0 commit e34395c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"registry": "https://registry.npmjs.org"
1010
},
1111
"peerDependencies": {},
12-
"scripts": {},
12+
"scripts": {
13+
"prepublishOnly": "npm run pkg && npm run clean",
14+
"pkg": "npm pkg delete dependencies",
15+
"clean": "npm pkg delete scripts"
16+
},
1317
"repository": {
1418
"type": "git",
1519
"url": "git+https://github.com/typescript-package/core.git"

0 commit comments

Comments
 (0)