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 5a317b2 commit 66ce82fCopy full SHA for 66ce82f
package.json
@@ -5,7 +5,8 @@
5
"scripts": {
6
"start": "PORT=4200 node scripts/start.js",
7
"build": "node scripts/build.js",
8
- "test": "node scripts/test.js",
+ "test": "CI=1 node scripts/test.js --passWithNoTests",
9
+ "typecheck": "tsc",
10
"lint": "yarn lint:style && yarn lint:js",
11
"lint:js": "eslint --ext .ts,.tsx src --max-warnings=0",
12
"lint:style": "stylelint \"**/*.(pcss)\"",
0 commit comments