Skip to content

Commit 807f120

Browse files
committed
Test demo website when testing whole project
1 parent 6875e16 commit 807f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {
1111
"dev": "yarn --cwd ./demo install --frozen-lockfile && yarn install --frozen-lockfile",
12-
"test": "yarn compile && yarn --cwd ./demo build && jest",
12+
"test": "yarn compile && yarn --cwd ./demo build && yarn --cwd ./demo test --watchAll=false && jest",
1313
"lint": "eslint --ext .ts,.js,.tsx . && prettier --check '**/*.{ts,js,tsx,json}'",
1414
"format": "eslint --fix --ext .ts,.js,.tsx . && prettier --write '**/*.{ts,js,tsx,json}'",
1515
"clean": "rm -rf coverage/ dist/ node_modules/ demo/node_modules/",

0 commit comments

Comments
 (0)