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 9e339ac commit 78e6213Copy full SHA for 78e6213
package.json
@@ -38,6 +38,6 @@
38
"test:dev": "npm run build:dev && jest",
39
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
40
"prepare": "jest --clearCache",
41
- "np": "npm run build:prod && np --yolo --no-yarn --contents dist"
+ "np": "npm run build:prod && node ../np/source/cli.js --no-yarn --contents dist"
42
}
43
-}
+}
0 commit comments