Skip to content

Commit

Permalink
chore(scripts): add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Dec 14, 2021
1 parent eb3966d commit c1c0325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prepare": "yarn run rollup:build && yarn run test",
"build": "yarn run rollup:build",
"watch": "yarn run rollup:watch",
"clean": "rm -rf ./packages/*/lib",
"rollup:build": "NODE_ENV=production rollup -c rollup.config.js",
"rollup:watch": "yarn run rollup:build -w",
"test": "yarn run test:jest && yarn run test:eslint",
Expand Down

0 comments on commit c1c0325

Please sign in to comment.