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 Dec 31, 2021
1 parent 5a0906a commit 931b163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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 931b163

Please sign in to comment.