Skip to content

Bump google-closure-compiler from 20210302.0.0 to 20230802.0.0 #23

Bump google-closure-compiler from 20210302.0.0 to 20230802.0.0

Bump google-closure-compiler from 20210302.0.0 to 20230802.0.0 #23

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Can build scss and js
run: |
npm install --only=dev
npm run css-compile
npm run css-minify
npm run js-compile-dev
npm run js-minify-dev
npm run js-compile-prod
npm run js-minify-prod