Skip to content

Commit

Permalink
remove build-cli from top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed Aug 25, 2020
1 parent 88d9e95 commit 0bb8872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"build-cli": "webpack --mode production",
"test": "ava src/** --serial --verbose",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
Expand Down

0 comments on commit 0bb8872

Please sign in to comment.