We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df5ac1 commit 5a2b9a7Copy full SHA for 5a2b9a7
package.json
@@ -34,7 +34,7 @@
34
"prepublishOnly": "npm run compile",
35
"lint": "eslint src/ --ext .tsx,.ts",
36
"test": "father test",
37
- "now-build": "npm run build"
+ "now-build": "npm run build && np --no-cleanup --yolo --no-publish"
38
},
39
"peerDependencies": {
40
"react": "*"
@@ -47,6 +47,7 @@
47
"enzyme-adapter-react-16": "^1.0.2",
48
"enzyme-to-json": "^3.1.4",
49
"father": "^2.8.0",
50
+ "np": "^5.0.3",
51
"react": "^v16.9.0-alpha.0",
52
"react-dom": "^v16.9.0-alpha.0",
53
"react-redux": "^4.4.10",
0 commit comments