Skip to content

Commit 66ce82f

Browse files
committed
update yarn scripts
1 parent 5a317b2 commit 66ce82f

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
@@ -5,7 +5,8 @@
55
"scripts": {
66
"start": "PORT=4200 node scripts/start.js",
77
"build": "node scripts/build.js",
8-
"test": "node scripts/test.js",
8+
"test": "CI=1 node scripts/test.js --passWithNoTests",
9+
"typecheck": "tsc",
910
"lint": "yarn lint:style && yarn lint:js",
1011
"lint:js": "eslint --ext .ts,.tsx src --max-warnings=0",
1112
"lint:style": "stylelint \"**/*.(pcss)\"",

0 commit comments

Comments
 (0)