Skip to content

Commit df8a627

Browse files
committed
remove package-lock.json and modify publish scripts
1 parent cad5203 commit df8a627

5 files changed

Lines changed: 3 additions & 13835 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install dependencies
27-
run: npm ci --legacy-peer-deps
27+
run: npm i --legacy-peer-deps
2828

2929
# - name: Run tests
3030
# run: npm test

.github/workflows/publishStorybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '24'
2020

2121
- name: Install dependencies
22-
run: npm ci --legacy-peer-deps
22+
run: npm i --legacy-peer-deps
2323

2424
- name: Build Storybook
2525
run: npm run build:storybook

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
node_modules
1111
npm-debug.log
1212
yarn-error.log
13+
package-lock.json
1314

1415
# IDEs and editors
1516
.idea/

bun.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)