mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Use mv instead of ln -s
This commit is contained in:
parent
50ade3023f
commit
fa972c9e03
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
- name: Compile embedded host
|
||||
run: |
|
||||
npm run compile
|
||||
ln -s {`pwd`/,dist/}lib/src/vendor/dart-sass-embedded
|
||||
mv {`pwd`/,dist/}lib/src/vendor/dart-sass-embedded
|
||||
shell: bash
|
||||
working-directory: embedded-host-node
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user