mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-01 08:20:17 -06:00
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
#Make temp *.min.js files
|
|
npm run minify-input-css
|
|
npm run uglifyjs-modules
|
|
npm run uglifyjs-pages
|
|
|
|
#Check valid JS
|
|
npm run eslint-cypress
|
|
npm run eslint-gaps |