Skip to content

Commit 9b8a6b7

Browse files
authored
Add rimraf to build to help prevent examples being published (#74)
1 parent 65e0633 commit 9b8a6b7

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
@@ -20,7 +20,7 @@
2020
},
2121
"main": "index.js",
2222
"scripts": {
23-
"build": "tsc && gulp build:icons",
23+
"build": "npx rimraf dist && tsc && gulp build:icons",
2424
"dev": "tsc --watch",
2525
"format": "prettier nodes credentials --write",
2626
"lint": "eslint nodes credentials package.json",

0 commit comments

Comments
 (0)