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

Commit 8a13550

Browse files
committed
Add some devDependencies
1 parent 655d128 commit 8a13550

File tree

2 files changed

+1215
-27
lines changed

2 files changed

+1215
-27
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"scripts": {
1212
"start": "tsdx watch",
1313
"build": "tsdx build",
14-
"test": "tsdx test --env=jsdom"
14+
"clean": "rimraf dist",
15+
"test": "tsdx test --env=jsdom",
16+
"prepublish": "run-s clean build",
17+
"publish": "np"
1518
},
1619
"peerDependencies": {
1720
"@material-ui/core": "^4.2.0",
@@ -28,11 +31,14 @@
2831
"@types/react-dom": "^16.8.4",
2932
"@types/react-jsonschema-form": "^1.6.2",
3033
"husky": "^3.0.0",
34+
"np": "^5.0.3",
35+
"npm-run-all": "^4.1.5",
3136
"prettier": "^1.18.2",
3237
"pretty-quick": "^1.11.1",
3338
"react": "^16.8.6",
3439
"react-dom": "^16.8.6",
3540
"react-jsonschema-form": "^1.6.1",
41+
"rimraf": "^2.6.3",
3642
"tsdx": "^0.7.2",
3743
"tslib": "^1.10.0",
3844
"typescript": "^3.5.2"

0 commit comments

Comments
 (0)