Skip to content

Commit c85880b

Browse files
chore(build): clean the bundles dir
1 parent 3425a59 commit c85880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated",
44
"version": "1.3.0",
55
"scripts": {
6-
"clean": "shx rm -rf lib lib-esm",
6+
"clean": "shx rm -rf lib lib-esm bundles",
77
"build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm && npm run bundle",
88
"bundle": "rollup -c",
99
"test": "karma start",

0 commit comments

Comments
 (0)