We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40aca9 commit 5c3a0b5Copy full SHA for 5c3a0b5
.github/workflows/integration.yml
@@ -70,7 +70,7 @@ jobs:
70
export PATH="$PATH:$HOME/npm/bin"
71
72
npm run build:dev
73
- npm i -g @swc/cli@0.1.32
+ npm i -g @swc/cli@0.1.33
74
npm link
75
76
- name: (swc) three.js
@@ -82,7 +82,7 @@ jobs:
82
# Download three.js
83
git clone --depth 1 https://github.com/mrdoob/three.js.git -b r117 integration-tests/three-js/repo
84
85
- swc --sync --extensions '.js' integration-tests/three-js/repo/ -d integration-tests/three-js/build/
+ swc --sync integration-tests/three-js/repo/ -d integration-tests/three-js/build/
86
# swc integration-tests/three-js/repo/src/ -d integration-tests/three-js/repo/build/
87
# swc integration-tests/three-js/repo/test/unit/**/*.js -d integration-tests/three-js/repo/test/unit/build/
88
0 commit comments