Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm i

- name: Run run ESLint
run: npm run lint --if-present
run: npm ci

- name: Run build library
run: npm run build:prod --if-present
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm i

- name: Run run ESLint
run: npm run lint --if-present
run: npm ci

- name: Run build only library
run: npm run build:prod --if-present
Expand Down
278 changes: 75 additions & 203 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.