Skip to content

Commit ee372c5

Browse files
authored
Remove dist/ before building (#15)
1 parent c9cd855 commit ee372c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"repository": "github:andywer/puppet-run",
88
"bin": "./dist/cli.js",
99
"scripts": {
10+
"prebuild": "rimraf dist/",
1011
"build": "tsc",
1112
"test": "tslint --project .",
1213
"prepare": "npm run build"

0 commit comments

Comments
 (0)