Skip to content

Commit 21c1d93

Browse files
committed
refactor: add code to clean local branch
1 parent 74f58e3 commit 21c1d93

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
@@ -30,6 +30,7 @@
3030
"start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
3131
"prepare": "cm-buildhelper src/language/sql/sql.ts",
3232
"test": "jest",
33+
"clean": "npx git-clear-branch",
3334
"type": "tsc --noEmit"
3435
},
3536
"browserslist": [],

0 commit comments

Comments
 (0)