Skip to content

Add new link to extension on Chrome Web Store #40

Add new link to extension on Chrome Web Store

Add new link to extension on Chrome Web Store #40

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npx webpack --mode production --output-path ./dist
# Upload the dist folder as an artifact if needed for subsequent jobs or storage
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: typex-extension
path: dist/