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 a17d6f2 commit 2a7c575Copy full SHA for 2a7c575
package.json
@@ -6,6 +6,7 @@
6
"clean": "shx rm -rf lib lib-esm _bundles _dec",
7
"compile": "npm run clean && ngc",
8
"bundle": "rollup -c && rollup -c --environment MINIFY",
9
+ "package": "npm run bundle",
10
"build": "npm run compile && npm run bundle",
11
"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",
12
"prepublish": "npm run build"
0 commit comments