Skip to content

Commit

Permalink
chore(*): alias npm script package to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 22, 2017
1 parent a17d6f2 commit 2a7c575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"clean": "shx rm -rf lib lib-esm _bundles _dec",
"compile": "npm run clean && ngc",
"bundle": "rollup -c && rollup -c --environment MINIFY",
"package": "npm run bundle",
"build": "npm run compile && npm run bundle",
"docs": "typedoc --tsconfig tsconfig.typedoc.json --readme README.md --name 'ui-router-ng2' --theme node_modules/ui-router-typedoc-themes/bin/default --out _doc --internal-aliases internal,coreapi,ng2api --external-aliases internalapi,external --navigation-label-globals ui-router-ng2",
"prepublish": "npm run build"
Expand Down

0 comments on commit 2a7c575

Please sign in to comment.