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 ec65b9f commit 162f214Copy full SHA for 162f214
package.json
@@ -44,7 +44,7 @@
44
"banner": "node scripts/banner.js",
45
"gzip": "echo js-data-http gzipped size: $(cat dist/js-data-http.min.js | gzip -f9 | wc -c)kb",
46
"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",
+ "build": "npm run lint && npm run webpack && npm run min && npm run min_fetch && npm run version && npm run banner",
48
"karma": "karma start",
49
"karma_fetch": "karma start fetch/karma.conf.js",
50
"mocha": "mocha -t 20000 -R dot -r source-map-support/register node/mocha.start.js test/*.test.js",
0 commit comments