Skip to content

Commit

Permalink
Fix Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed May 11, 2021
1 parent 06e0758 commit d4e5f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "npx live-server --no-browser --port=5500 --open=dev",
"lint": "esmtk lint",
"build": "npm run build:esm && npm run build:min",
"build:esm": "esmtk commonjs src/wc-blink.js index.js",
"build:esm": "esmtk bundle src/wc-blink.js index.js",
"build:min": "esmtk minify src/wc-blink.js index.min.js",
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
"preversion": "npm run lint",
Expand Down

0 comments on commit d4e5f61

Please sign in to comment.