Skip to content

Commit 1c6aabb

Browse files
author
Ryo Kanazawa
authored
Fix issue with browser (#21)
* chore(deps): update js sdk * fix: webpack config * chore: regenerate package lock * update package lock * update ci script to audit only deps * fix: ci script
1 parent ab297f4 commit 1c6aabb

File tree

4 files changed

+406
-328
lines changed

4 files changed

+406
-328
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Test
33
on:
44
push:
55
branches:
6-
- "master"
7-
- "rc-*"
6+
- 'master'
7+
- 'rc-*'
88
paths-ignore:
99
- '**.md'
1010

1111
pull_request:
1212
branches:
13-
- "master"
13+
- 'master'
1414
paths-ignore:
1515
- '**.md'
1616

@@ -35,7 +35,7 @@ jobs:
3535
run: npm ci
3636

3737
- name: Audits
38-
run: npm audit
38+
run: npm audit --production
3939

4040
- name: Lints
4141
run: npm run lint:ci

0 commit comments

Comments
 (0)