Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
export PATH="$PATH:$HOME/npm/bin"

npm run build:dev
npm i -g @swc/cli@0.1.32
npm i -g @swc/cli@0.1.33
npm link

- name: (swc) three.js
Expand All @@ -82,7 +82,7 @@ jobs:
# Download three.js
git clone --depth 1 https://github.com/mrdoob/three.js.git -b r117 integration-tests/three-js/repo

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/
# swc integration-tests/three-js/repo/src/ -d integration-tests/three-js/repo/build/
# swc integration-tests/three-js/repo/test/unit/**/*.js -d integration-tests/three-js/repo/test/unit/build/

Expand Down