We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e8259 commit c4bf2bdCopy full SHA for c4bf2bd
package.json
@@ -100,7 +100,7 @@
100
"preserve:api-docs": "npm run doc",
101
"serve:api-docs": "http-server docs -o -c-1",
102
"serve:demo": "cd demo-apps/es5 && npm start",
103
- "_setup:common": "npm-run-all --parallel build tsc --serial install:demo-apps link:demo-apps",
+ "_setup:common": "npm-run-all --parallel build:full tsc --serial install:demo-apps link:demo-apps",
104
"setup:ci": "npm run _setup:common",
105
"setup": "npm-run-all --parallel _setup:common update-webdriver",
106
"test": "karma start --single-run --no-auto-watch",
0 commit comments