Skip to content

Commit 5d1305d

Browse files
author
winjo
committed
ci: add yarn install
1 parent bec56fb commit 5d1305d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.aci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ node-12:
2626
- |
2727
export PATH=$PWD/node_modules/.bin:/root/.cli:$PATH
2828
chown -R admin:admin ./
29-
time tnpm i --install-node=12 --by=yarn --no-cache --internal-oss-cache
29+
time tnpm i -g yarn && tnpm i --install-node=12 --by=yarn --no-cache --internal-oss-cache
3030
node -e "console.log('%j, %j', process.versions, process.execPath)"
3131
time yarn build
3232
coverage: '(?<=Statements\s{1,10}:\s{1,10})\d{1,10}.\d{1,10}'

0 commit comments

Comments
 (0)