Skip to content

Commit 5a2b9a7

Browse files
committed
update script
1 parent 5df5ac1 commit 5a2b9a7

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
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "npm run compile",
3535
"lint": "eslint src/ --ext .tsx,.ts",
3636
"test": "father test",
37-
"now-build": "npm run build"
37+
"now-build": "npm run build && np --no-cleanup --yolo --no-publish"
3838
},
3939
"peerDependencies": {
4040
"react": "*"
@@ -47,6 +47,7 @@
4747
"enzyme-adapter-react-16": "^1.0.2",
4848
"enzyme-to-json": "^3.1.4",
4949
"father": "^2.8.0",
50+
"np": "^5.0.3",
5051
"react": "^v16.9.0-alpha.0",
5152
"react-dom": "^v16.9.0-alpha.0",
5253
"react-redux": "^4.4.10",

0 commit comments

Comments
 (0)