1
0
Fork 0
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:
Eggbertx 2023-07-13 08:11:04 -07:00
parent 9166931b07
commit 8eb3d2ef22

View file

@ -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/",