We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7479bc commit bb6cd30Copy full SHA for bb6cd30
package.json
@@ -30,12 +30,12 @@
30
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
31
"codecov": "codecov",
32
"precodecov": "npm run coverage",
33
- "build": "rollup -c && npm run lint && npm run tsd",
+ "build": "rollup -c && npm run tsd",
34
"prepare": "npm run build",
35
"dev": "rollup -cw",
36
"pretest": "npm run build",
37
"posttest": "agadoo internal/index.mjs",
38
- "prepublishOnly": "PUBLISH=true npm test",
+ "prepublishOnly": "npm run lint && PUBLISH=true npm test",
39
"tsd": "tsc -p src/compiler --emitDeclarationOnly && tsc -p src/runtime --emitDeclarationOnly",
40
"lint": "eslint \"{src,test}/**/*.{ts,js}\""
41
},
0 commit comments