Skip to content

chore: update actions and fix indentation (#2981) #421

chore: update actions and fix indentation (#2981)

chore: update actions and fix indentation (#2981) #421

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@v4
- uses: actions/setup-node@v4
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