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

Commit 8ca6572

Browse files
committed
Add 'publish-to-npm' script
1 parent 55d5aae commit 8ca6572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build": "tsdx build",
1414
"clean": "rimraf dist",
1515
"test": "tsdx test --env=jsdom",
16-
"prepublish": "run-s clean build"
16+
"npm": "np",
17+
"publish-to-npm": "run-s clean build npm"
1718
},
1819
"peerDependencies": {
1920
"@material-ui/core": "^4.2.0",

0 commit comments

Comments
 (0)