Skip to content

Beacon 4.2.2 fix lost commits (#2968) #419

Beacon 4.2.2 fix lost commits (#2968)

Beacon 4.2.2 fix lost commits (#2968) #419

name: Bundle Webpack
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
bundle-webpack:
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v2
-
uses: actions/setup-node@v2
with:
node-version: lts/hydrogen
- run: npm ci
- run: npm run build
- run: npm -w packages/taquito-local-forging run build-webpack
-
uses: actions/upload-artifact@v3
with:
name: taquito-local-forging-vanilla
path: |
packages/taquito-local-forging/dist/taquito_local_forging.js
packages/taquito-local-forging/dist/taquito_local_forging.js.map
- run: npm -w packages/taquito-beacon-wallet run build-webpack
-
uses: actions/upload-artifact@v3
with:
name: taquito-beacon-wallet-vanilla
path: |
packages/taquito-beacon-wallet/dist/taquito_beacon_wallet.js
packages/taquito-beacon-wallet/dist/taquito_beacon_wallet.js.map