Skip to content

Commit

Permalink
fix(build): add umd build to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 17, 2019
1 parent 3823ab6 commit 0c46fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prebuild:umd": "cross-env rimraf dist/umd",
"build:umd": "rollup -c",
"prebuild": "cross-env rimraf dist && rimraf node_modules/@types/!node",
"build": "concurrently \"npm run build:amd\" \"npm run build:commonjs\" \"npm run build:es2015\" \"npm run build:native-modules\" \"npm run build:system\"",
"build": "concurrently \"npm run build:amd\" \"npm run build:commonjs\" \"npm run build:es2015\" \"npm run build:native-modules\" \"npm run build:system\" \"npm run build:umd\"",
"predoc": "cross-env rimraf doc/api.json && rimraf dist/doc-temp && tsc --project tsconfig.build.json --outFile dist/doc-temp/aurelia-dialog.js && node doc/shape-defs",
"doc": "cross-env typedoc --json doc/api.json --excludeExternals --includeDeclarations --mode modules --name aurelia-dialog --tsconfig tsconfig.doc.json",
"postdoc": "cross-env node doc/shape-doc && rimraf dist/doc-temp",
Expand Down

0 comments on commit 0c46fdc

Please sign in to comment.