mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 11:40:06 +05:00
build: make lint independent of generated output
This commit is contained in:
parent
6eada33d47
commit
4788bdc5e6
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"watch": "sass --watch --embed-sources --embed-source-map ./app/scss/main.scss ./styles.css",
|
||||
"build": "sass --no-source-map --style=compressed ./app/scss/main.scss ./styles.css && node ./make-src/build.js",
|
||||
"lint": "eslint app && node --check ../webui/app.js && node ./make-src/build.js --check && echo Lint checks passed."
|
||||
"lint": "eslint app && node ./make-src/build.js --check && echo Lint checks passed."
|
||||
},
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user