mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Migrate to use yarn.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user