Skip to content

Commit

Permalink
Merge "Add 'clean' to npm run"
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored and Gerrit Code Review committed Feb 14, 2020
2 parents 8bb537d + f396546 commit b3de0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"web-component-tester": "^6.5.1"
},
"scripts": {
"clean": "git clean -fdx && bazel clean --expunge",
"start": "polygerrit-ui/run-server.sh",
"test": "WCT_HEADLESS_MODE=1 WCT_ARGS='--verbose -l chrome' ./polygerrit-ui/app/run_test.sh",
"eslint": "./node_modules/eslint/bin/eslint.js --ext .html,.js polygerrit-ui/app",
Expand Down

0 comments on commit b3de0fb

Please sign in to comment.