Skip to content

Commit

Permalink
Merge pull request #45 from hazolsky/patch-1
Browse files Browse the repository at this point in the history
Don't run compress-iife script twice
  • Loading branch information
jakearchibald committed Aug 15, 2018
2 parents 68178b6 + a9e518a commit d52c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"module": "./dist/idb-keyval.mjs",
"types": "./dist/idb-keyval.d.ts",
"scripts": {
"build": "del dist && rollup -c && npm run compress-iife && npm run compress-iife && npm run create-compat && npm run compress-amd",
"build": "del dist && rollup -c && npm run compress-iife && npm run create-compat && npm run compress-amd",
"compress-iife": "uglifyjs --compress --mangle -o dist/idb-keyval-iife.min.js dist/idb-keyval-iife.js",
"create-compat": "babel dist/idb-keyval-iife.js | uglifyjs --compress --mangle > dist/idb-keyval-iife-compat.min.js",
"compress-amd": "uglifyjs --compress --mangle -o dist/idb-keyval-amd.min.js dist/idb-keyval-amd.js"
Expand Down

0 comments on commit d52c361

Please sign in to comment.