Skip to content

Commit 0aef612

Browse files
chore: edit test builds cripts
Co-authored-by: Matt Kane <[email protected]>
1 parent 0c58773 commit 0aef612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"prepublishOnly:pull": "git pull",
2525
"prepublishOnly:install": "npm ci",
2626
"prepublishOnly:test": "npm test",
27-
"test": "next build demo && jest",
28-
"test:withoutbuild": "jest",
27+
"test": "run-s build:demo test:jest",
28+
"test:jest": "jest",
2929
"prepare": "npm run build",
3030
"clean": "rimraf lib",
3131
"build": "unbuild"

0 commit comments

Comments
 (0)