CI: switch back to @vercel/pkg

This commit is contained in:
Jesse Chan
2021-04-27 21:39:03 +08:00
parent 52553616d9
commit d3e686f3b8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
sudo apt update
sudo apt install --reinstall -y qemu-user-static
- run: sudo npm install -g @jesec/pkg
- run: sudo npm install -g pkg
- name: Install Bazel
run: |
+1 -1
View File
@@ -181,7 +181,7 @@ jobs:
sudo apt update
sudo apt install --reinstall -y qemu-user-static
- run: sudo npm install -g @jesec/pkg
- run: sudo npm install -g pkg
- uses: actions/download-artifact@v2
with:
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
- run: sudo npm i -g @jesec/pkg
- run: sudo npm i -g pkg
- run: npm ci
- run: npm publish --access public