Skip to content

Fix package name formatting in package.json #11

Fix package name formatting in package.json

Fix package name formatting in package.json #11

Workflow file for this run

name: BundleCI
on:
- push
jobs:
buildstatic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 24.x
- name: Cache node modules
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install & Build
run: >
npm i -D
npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM }}
package: ./package.json