Skip to content

Commit

Permalink
chore: add cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed May 4, 2020
1 parent f4bc4f1 commit a1e6be8
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 @@ -15,8 +15,9 @@
"scripts": {
"build-command-manifest": "oclif-dev manifest",
"build": "tsc",
"cleanup": "rm -rf lib",
"dev": "tsc -w",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run cleanup && npm run build"
},
"dependencies": {
"@oclif/command": "1.5.19",
Expand Down

0 comments on commit a1e6be8

Please sign in to comment.