mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 13:46:11 +02:00
🎉 Migrate to use yarn.
This commit is contained in:
parent
e99ec58054
commit
1d30ea4923
10 changed files with 7812 additions and 9683 deletions
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
Add a link
Reference in a new issue