Skip to content

Commit

Permalink
replace npm ci by npm install to prevent platform specific dep incomp
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlurie committed Jun 18, 2024
1 parent e63e0a8 commit d008dc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4,135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm run make
- run: npm publish --access public
env:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ tests/

build/
dist/
docs/
docs/

package-lock.json
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ demos
images
CHANGELOG.md
build
package-lock.json
Loading

0 comments on commit d008dc9

Please sign in to comment.