Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Bring back yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jul 11, 2019
1 parent 05c48de commit 2e285c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ run_tests:
tags:
- gcloud
script:
- npm install
- NODE_ENV=ci npm run test
- yarn
- NODE_ENV=ci yarn test
8 changes: 4 additions & 4 deletions test/new_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ rm -rf tmp-project
mkdir tmp-project
cd tmp-project
../bin/near new_project
npm install
npm remove near-shell
npm install ../
npm run test
yarn
yarn remove near-shell
yarn add ../
NODE_ENV=development yarn test
cd ..
rm -rf tmp-project

Expand Down

0 comments on commit 2e285c5

Please sign in to comment.