Skip to content

Commit 788d4bf

Browse files
committed
Build before running test
1 parent d73c666 commit 788d4bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"dev:firefox": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox\" \"npm run build:watch:firefox\"",
5757
"dev:firefox-android": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox-android\" \"npm run build:watch:firefox\"",
5858
"clean": "rimraf dist",
59-
"test": "npx jest",
59+
"test": "npm run build:chrome && npx jest",
60+
"testWithoutBuilding": "npx jest",
6061
"lint": "eslint src",
6162
"lint:fix": "eslint src --fix"
6263
},

0 commit comments

Comments
 (0)