Skip to content

Commit

Permalink
fix(package): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonelloDN committed Oct 20, 2023
1 parent 35796bc commit 6652ddc
Show file tree
Hide file tree
Showing 4 changed files with 3,664 additions and 2,557 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 14

- name: Install dependencies
run: npm i
run: npm i --force

- name: Build components
run: npm run build
Expand Down
25 changes: 22 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
node_modules/
build/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.DS_Store
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit 6652ddc

Please sign in to comment.