Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit 056b20a

Browse files
committed
Remove publish script
1 parent 16723aa commit 056b20a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"build": "tsdx build",
1414
"clean": "rimraf dist",
1515
"test": "tsdx test --env=jsdom",
16-
"prepublish": "run-s clean build",
17-
"publish": "np"
16+
"prepublish": "run-s clean build"
1817
},
1918
"peerDependencies": {
2019
"@material-ui/core": "^4.2.0",

0 commit comments

Comments
 (0)