Skip to content

Commit

Permalink
Run npm install
Browse files Browse the repository at this point in the history
It would help.
  • Loading branch information
surminus committed Aug 23, 2023
1 parent a85e038 commit 8f9e278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
node-version: 14.x
- run: |
rm .npmrc # We don't need to authenticate with NPM
npm install
npm run build
- run: |
aws s3 cp ./dist/iife/index.bundle.js s3://${{ github.event.inputs.bucket }}/spaces/${{ github.event.inputs.version }}/iife/index.bundle.js
Expand Down

0 comments on commit 8f9e278

Please sign in to comment.