Skip to content

Commit

Permalink
chore(build): clean the bundles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 3, 2017
1 parent 3425a59 commit c85880b
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 @@ -3,7 +3,7 @@
"description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated",
"version": "1.3.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm",
"clean": "shx rm -rf lib lib-esm bundles",
"build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm && npm run bundle",
"bundle": "rollup -c",
"test": "karma start",
Expand Down

0 comments on commit c85880b

Please sign in to comment.