🎉 Migrate to use yarn.

This commit is contained in:
Andrey Antukh 2020-07-03 15:41:00 +02:00 committed by Hirunatan
parent e99ec58054
commit 1d30ea4923
10 changed files with 7812 additions and 9683 deletions

View file

@ -3,6 +3,6 @@ source ~/.bashrc
set -ex;
npm ci
yarn install
clojure -Adev tools.clj build:tests
node ./target/tests/main

View file

@ -5,7 +5,7 @@ set -ex
TAG=`git log -n 1 --pretty=format:%H -- ./`
npm ci
yarn install
export NODE_ENV=production;