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 d50c21a commit 0ea91aeCopy full SHA for 0ea91ae
package.json
@@ -8,13 +8,13 @@
8
"dist"
9
],
10
"scripts": {
11
- "build": "babel include-fragment-element.js -o dist/index-umd.js",
12
- "clean": "rm -rf ./dist",
+ "clean": "rm -rf dist",
13
"lint": "eslint include-fragment-element.js test/*.js",
14
- "prebuild": "npm run clean && mkdir dist",
15
- "prepublishOnly": "npm run build",
+ "prebuild": "npm run clean && npm run lint && mkdir dist",
+ "build": "babel include-fragment-element.js -o dist/index-umd.js",
16
"pretest": "npm run lint",
17
- "test": "karma start ./test/karma.config.js"
+ "test": "karma start ./test/karma.config.js",
+ "prepublishOnly": "npm run build"
18
},
19
"devDependencies": {
20
"babel-cli": "^6.26.0",
0 commit comments