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 40ff90b commit 0cde3c9Copy full SHA for 0cde3c9
package.json
@@ -5,7 +5,7 @@
5
"prepare": "npm run build:ts && npm run build:next",
6
"start": "NODE_ENV=production republic lib/app.js",
7
"dev": "NODE_ENV=development nodemon lib/app.js --exec republic --watch lib/",
8
- "test": "jest"
+ "test": "jest --notify"
9
},
10
"dependencies": {
11
"@types/isomorphic-fetch": "0.0.34",
0 commit comments