Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
add prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 28, 2018
1 parent ee6b4a8 commit 978d3ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "eslint **/*.js",
"prepare-tests": "./tests/prepare-tests.sh",
"test": "npm run lint && npm run prepare-tests && wct",
"bundle": "rollup -c rollup.config.js"
"bundle": "rollup -c rollup.config.js",
"prepare": "npm run bundle"
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 978d3ac

Please sign in to comment.