Introduce a build:ci command that doesn't build webpack bundles
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"main": "tslint.json",
|
||||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
"build:ci": "yarn build",
|
||||
"clean": "shx rm -rf lib",
|
||||
"lint": "tslint --project ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user