Skip to content

Commit 5c3a0b5

Browse files
authored
v1.2.46: Prevent regression. (#1356)
1 parent e40aca9 commit 5c3a0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
export PATH="$PATH:$HOME/npm/bin"
7171
7272
npm run build:dev
73-
npm i -g @swc/cli@0.1.32
73+
npm i -g @swc/cli@0.1.33
7474
npm link
7575
7676
- name: (swc) three.js
@@ -82,7 +82,7 @@ jobs:
8282
# Download three.js
8383
git clone --depth 1 https://github.com/mrdoob/three.js.git -b r117 integration-tests/three-js/repo
8484
85-
swc --sync --extensions '.js' integration-tests/three-js/repo/ -d integration-tests/three-js/build/
85+
swc --sync integration-tests/three-js/repo/ -d integration-tests/three-js/build/
8686
# swc integration-tests/three-js/repo/src/ -d integration-tests/three-js/repo/build/
8787
# swc integration-tests/three-js/repo/test/unit/**/*.js -d integration-tests/three-js/repo/test/unit/build/
8888

0 commit comments

Comments
 (0)