Skip to content

Update sass requirement from ^1.32.8 to ^1.70.0 #18

Update sass requirement from ^1.32.8 to ^1.70.0

Update sass requirement from ^1.32.8 to ^1.70.0 #18

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@v2
- 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