Skip to content

Commit

Permalink
npm run clean-git
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 9, 2023
1 parent 5a340ac commit c39b9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "rimraf lib && eslint --fix \"{src,test}/**/*.ts\" && npm run ts",
"check": "grep -e 'only' -e 'skip' test/*/* || echo 'Ran all tests'",
"clean": "rimraf lib dist && rm -f *.log.* src/*.js src/*/*.js test/*.js test/*/*.js",
"clean-git": "git branch -D `git branch --merged | grep -v '\\*' | grep -v 'master'`",
"clean-git": "git branch -D `git branch | grep -v '\\*' | grep -v 'master'`",
"debug": "echo 'Use `debugger;`\n' && npm --inspect-brk ",
"done": "npm run clean && npm run bs:all && npm run check && npm run tag && npm install && git commit -am 'update version'",
"lint": "eslint --fix \"{src,test}/**/*.ts\"",
Expand Down

0 comments on commit c39b9db

Please sign in to comment.