Skip to content

Commit

Permalink
chore: remove adding copyright since its not included in the package …
Browse files Browse the repository at this point in the history
…either way
  • Loading branch information
beqaabu committed Jan 16, 2025
1 parent e76080f commit 70c0ffb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,15 @@ jobs:
run: |
wasm-pack build --target nodejs --out-dir pkg
- name: Copy COPYRIGHT
run: |
cp COPYRIGHT pkg/
- name: Remove .gitignore
run: |
rm pkg/.gitignore
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'
scope: '@gluwa'

- name: Publish to npm
Expand Down

0 comments on commit 70c0ffb

Please sign in to comment.