mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 06:11:23 -05:00
🎉 Migrate to use yarn.
This commit is contained in:
parent
e99ec58054
commit
1d30ea4923
10 changed files with 7812 additions and 9683 deletions
1832
backend/package-lock.json
generated
1832
backend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
1646
backend/yarn.lock
Normal file
1646
backend/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
|
@ -123,8 +123,8 @@ RUN set -ex; \
|
|||
git clone https://github.com/creationix/nvm.git .nvm; \
|
||||
bash -c "source .nvm/nvm.sh && nvm install $NODE_VERSION"; \
|
||||
bash -c "source .nvm/nvm.sh && nvm alias default $NODE_VERSION"; \
|
||||
bash -c "source .nvm/nvm.sh && nvm use default";
|
||||
|
||||
bash -c "source .nvm/nvm.sh && nvm use default"; \
|
||||
bash -c "source .nvm/nvm.sh && npm install -g yarn";
|
||||
|
||||
EXPOSE 3447
|
||||
EXPOSE 3448
|
||||
|
|
|
@ -5,12 +5,10 @@ source ~/.zshrc
|
|||
|
||||
echo "[start-tmux.sh] Installing node dependencies"
|
||||
pushd ~/uxbox/frontend/
|
||||
rm -rf node_modules;
|
||||
npm ci;
|
||||
yarn install
|
||||
popd
|
||||
pushd ~/uxbox/exporter/
|
||||
rm -rf node_modules;
|
||||
npm ci;
|
||||
yarn install
|
||||
popd
|
||||
|
||||
tmux -2 new-session -d -s uxbox
|
||||
|
|
1687
exporter/package-lock.json
generated
1687
exporter/package-lock.json
generated
File diff suppressed because it is too large
Load diff
1323
exporter/yarn.lock
Normal file
1323
exporter/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
6156
frontend/package-lock.json
generated
6156
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -3,6 +3,6 @@ source ~/.bashrc
|
|||
|
||||
set -ex;
|
||||
|
||||
npm ci
|
||||
yarn install
|
||||
clojure -Adev tools.clj build:tests
|
||||
node ./target/tests/main
|
||||
|
|
|
@ -5,7 +5,7 @@ set -ex
|
|||
|
||||
TAG=`git log -n 1 --pretty=format:%H -- ./`
|
||||
|
||||
npm ci
|
||||
yarn install
|
||||
|
||||
export NODE_ENV=production;
|
||||
|
||||
|
|
4837
frontend/yarn.lock
Normal file
4837
frontend/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue