Skip to content

Commit e072798

Browse files
committed
Remove publish scripts
1 parent 9c0eb56 commit e072798

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
],
1010
"scripts": {
1111
"build": "tsc",
12-
"watch": "tsc --watch",
13-
"publish": "npm run build && npm publish",
14-
"publish-dryrun": "npm run build && npm publish --dry-run"
12+
"watch": "tsc --watch"
1513
},
1614
"repository": {
1715
"type": "git",

0 commit comments

Comments
 (0)