Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsck committed Aug 28, 2023
1 parent 98fd80e commit 4bce1ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Build Application
- name: Check node versions
run: |
node -v
npm -v
- name: Build Application
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
# npm publish
npm publish
npm i
npm run build

0 comments on commit 4bce1ad

Please sign in to comment.