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