Skip to content

Commit

Permalink
[feat #457]: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
r-hannuschka committed Oct 27, 2021
1 parent 3ee7b39 commit 4cab630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e --configuration e2e",
"preinstall": "npm run build:builders",
"build:demo": "ng build --configuration=demo --base-href=/ngx-fileupload/",
"deploy:demo": "npx ngh --dir=dist\\ngx-fileupload-example",
"postinstall": "npm run build:builders",
"build:core": "ng build core",
"package:core": "tar -cvf ./dist/core.tar.gz -C dist/core .",
"package:ui": "tar -cvf ./dist/ui.tar.gz -C dist/ui .",
"install:core": "npm i --save ./dist/core.tar.gz",
"build:builders": "npm run build --prefix ./projects/builders/",
"postbuild:builders": "npm i -D ./projects/builders/builders.tar.gz",
"install:builders": "npm i -D ./projects/builders/builders.tar.gz",
"github-actions:unit-tests-core": "ng test core --watch=false --code-coverage",
"github-actions:unit-tests-ui": "ng test ui --watch=false --code-coverage",
"test:code-coverage": "ng test --code-coverage"
Expand Down

0 comments on commit 4cab630

Please sign in to comment.