Skip to content

fix(start): check headless flag when publicPath is set #96

fix(start): check headless flag when publicPath is set

fix(start): check headless flag when publicPath is set #96

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
build-test-release:
runs-on: ubuntu-latest
permissions:
id-token: write # Required to mint token for npm package provenance
contents: write
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps
- run: npm run build
- name: 🧪 Test
run: npm test
- name: 🦺 Install latest npm with npm package provenance feature
run: npm install -g npm@latest
- uses: tobua/release-npm-action@v2
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
DEBUG: true
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps
- name: 🧪 Test
run: npm test