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