Skip to content

Commit

Permalink
trying something else for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Apr 27, 2021
1 parent 71412e4 commit c019e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: echo "NODE_OPTIONS='--max_old_space_size=4096'" >> $GITHUB_ENV
- run: npm ci

- run: ng build igniteui-angular-wrappers --prod
- run: npm run build:lib:prod

# define npm tag
- run: if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint": "ng lint",
"build": "ng build --prod",
"build:lib": "ng build igniteui-angular-wrappers",
"build:lib:prod": "ng build igniteui-angular-wrappers --prod",
"test:lib": "ng test igniteui-angular-wrappers --watch=false --no-progress --code-coverage --browsers=ChromeHeadless",
"test:lib:watch": "ng test igniteui-angular-wrappers --browsers=ChromeHeadless"
},
Expand Down

0 comments on commit c019e25

Please sign in to comment.