Skip to content

Commit 31e50a4

Browse files
committed
Remove npm run build
this should really be the build step instead of npm i
1 parent 9de969b commit 31e50a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
"url": "git+https://github.com/github/include-fragment-element.git"
99
},
1010
"scripts": {
11-
"build": "npm install",
1211
"clean": "rm -rf ./node_modules",
1312
"lint": "jshint *.js test/*.js",
14-
"pretest": "npm run lint && npm run build",
13+
"pretest": "npm run lint",
1514
"test": "karma start ./test/karma.config.js"
1615
},
1716
"devDependencies": {

0 commit comments

Comments
 (0)