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 0ea91ae commit 5bb96a2Copy full SHA for 5bb96a2
package.json
@@ -12,7 +12,7 @@
12
"lint": "eslint include-fragment-element.js test/*.js",
13
"prebuild": "npm run clean && npm run lint && mkdir dist",
14
"build": "babel include-fragment-element.js -o dist/index-umd.js",
15
- "pretest": "npm run lint",
+ "pretest": "npm run build",
16
"test": "karma start ./test/karma.config.js",
17
"prepublishOnly": "npm run build"
18
},
0 commit comments