Skip to content

Commit

Permalink
added npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoieh committed Nov 25, 2021
1 parent ce094f2 commit 12460b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: Run build
run: npm build
run: npm run build

- uses: actions/upload-artifact@v2
with:
Expand All @@ -90,7 +90,7 @@ jobs:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- uses: actions/upload-artifact@v2
- uses: actions/download-artifact@v2
with:
name: lib
path: lib/
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- uses: actions/upload-artifact@v2
- uses: actions/download-artifact@v2
with:
name: lib
path: lib/
Expand Down

0 comments on commit 12460b1

Please sign in to comment.