Update build.yml
This commit is contained in:
parent
93e96185ef
commit
8840e1c38a
|
@ -54,6 +54,7 @@ jobs:
|
||||||
curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
|
curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
apt install -y build-essential
|
apt install -y build-essential
|
||||||
|
apt install npm
|
||||||
npm ci
|
npm ci
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Loading…
Reference in New Issue