Skip to content

Commit 162f214

Browse files
committed
Fix build
1 parent ec65b9f commit 162f214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"banner": "node scripts/banner.js",
4545
"gzip": "echo js-data-http gzipped size: $(cat dist/js-data-http.min.js | gzip -f9 | wc -c)kb",
4646
"gzip_fetch": "echo js-data-fetch gzipped size: $(cat fetch/dist/js-data-fetch.min.js | gzip -f9 | wc -c)kb",
47-
"build": "npm run lint && npm run webpack && npm run min && && npm run min_fetch && npm run version && npm run banner",
47+
"build": "npm run lint && npm run webpack && npm run min && npm run min_fetch && npm run version && npm run banner",
4848
"karma": "karma start",
4949
"karma_fetch": "karma start fetch/karma.conf.js",
5050
"mocha": "mocha -t 20000 -R dot -r source-map-support/register node/mocha.start.js test/*.test.js",

0 commit comments

Comments
 (0)