File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 with :
1919 token : ${{ steps.generate_token.outputs.token }}
20- - run : yarn install
20+ - run : npm install
2121 - run : curl https://deps.app/install.sh | bash -s -- -b $HOME/bin
2222 - run : $HOME/bin/deps ci
2323 env :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v2
11- - run : yarn install
12- - run : yarn run pre-commit
13- - run : yarn run build
11+ - run : npm install
12+ - run : npm run pre-commit
13+ - run : npm run build
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ git commit -m "Version $VERSION"
1414git tag -a " v$VERSION " -m " v$VERSION "
1515
1616echo " Building JS"
17- yarn run build
17+ npm run build
1818
1919echo " Zipping extension"
2020rm -f pullapprove-browser-extension.zip
You can’t perform that action at this time.
0 commit comments