remove build-cli from top-level package.json

This commit is contained in:
Robert Brignull 2020-08-25 11:45:01 +01:00
parent 88d9e95da6
commit 0bb8872e19

View file

@ -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"