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 0c58773 commit 0aef612Copy full SHA for 0aef612
package.json
@@ -24,8 +24,8 @@
24
"prepublishOnly:pull": "git pull",
25
"prepublishOnly:install": "npm ci",
26
"prepublishOnly:test": "npm test",
27
- "test": "next build demo && jest",
28
- "test:withoutbuild": "jest",
+ "test": "run-s build:demo test:jest",
+ "test:jest": "jest",
29
"prepare": "npm run build",
30
"clean": "rimraf lib",
31
"build": "unbuild"
0 commit comments