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 17a7c36 commit 308ed90Copy full SHA for 308ed90
package.json
@@ -12,7 +12,7 @@
12
"lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
13
"build": "run-s build:*",
14
"build:0-clean": "rimraf dist coverage",
15
- "build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 10",
+ "build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 0",
16
"build:2-check-types": "tsc -p tsconfig.json",
17
"build:3-build": "rollup -c --configPlugin typescript",
18
"build:4-copy-pkg-json": "tstk copy-package-json -c",
0 commit comments