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 641ba8f commit 5ac78a9Copy full SHA for 5ac78a9
package.json
@@ -10,8 +10,8 @@
10
"scripts": {
11
"clean": "rm -rf dist",
12
"lint": "github-lint",
13
- "prebuild": "npm run clean && npm run lint && tsc",
14
- "build": "rollup -c",
+ "prebuild": "npm run clean && npm run lint",
+ "build": "tsc && rollup -c",
15
"pretest": "npm run build",
16
"test": "karma start test/karma.config.cjs",
17
"prepublishOnly": "npm run build",
0 commit comments