Skip to content

Commit

Permalink
fix(package): minified files missing from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 8, 2016
1 parent e1e8259 commit c4bf2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -100,7 +100,7 @@
"preserve:api-docs": "npm run doc",
"serve:api-docs": "http-server docs -o -c-1",
"serve:demo": "cd demo-apps/es5 && npm start",
"_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",
"setup:ci": "npm run _setup:common",
"setup": "npm-run-all --parallel _setup:common update-webdriver",
"test": "karma start --single-run --no-auto-watch",
Expand Down

0 comments on commit c4bf2bd

Please sign in to comment.