Skip to content

Commit c4bf2bd

Browse files
committed
fix(package): minified files missing from bundle
1 parent e1e8259 commit c4bf2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"preserve:api-docs": "npm run doc",
101101
"serve:api-docs": "http-server docs -o -c-1",
102102
"serve:demo": "cd demo-apps/es5 && npm start",
103-
"_setup:common": "npm-run-all --parallel build tsc --serial install:demo-apps link:demo-apps",
103+
"_setup:common": "npm-run-all --parallel build:full tsc --serial install:demo-apps link:demo-apps",
104104
"setup:ci": "npm run _setup:common",
105105
"setup": "npm-run-all --parallel _setup:common update-webdriver",
106106
"test": "karma start --single-run --no-auto-watch",

0 commit comments

Comments
 (0)