mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-06 11:46:24 -07:00
Add color to build-ts and watch-ts npm scripts, even when called from build.py
This commit is contained in:
parent
9166931b07
commit
8eb3d2ef22
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
"main": "./ts/main.ts",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-ts": "webpack --progress",
|
||||
"watch-ts": "webpack --progress -w",
|
||||
"build-ts": "webpack --color --progress",
|
||||
"watch-ts": "webpack --color --progress -w",
|
||||
"eslint": "eslint ./ts/",
|
||||
"eslint-tests": "eslint ./tests/ --env node",
|
||||
"eslint-fix": "eslint --fix ./ts/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue