ci: force run ci.sh before npm install

This commit is contained in:
thecodrr
2021-04-07 10:10:06 +05:00
parent 6aa18d7183
commit 7f2fbe73c2

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v2.1.5
with:
node-version: 15.x
- run: chmod +x ./scripts/ci.sh && ./scripts/ci.sh
- run: npm install
- run: npm build