mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Webclient: Update script (#4553)
* Update package.json
* introduce linting error
* Revert "introduce linting error"
This reverts commit 0a622bcb2e.
This commit is contained in:
parent
992e28797f
commit
75f0d60dff
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
"postinstall:windows": "powershell .\\copy_shared_files.ps1",
|
"postinstall:windows": "powershell .\\copy_shared_files.ps1",
|
||||||
"postinstall:default": "./copy_shared_files.sh",
|
"postinstall:default": "./copy_shared_files.sh",
|
||||||
"start": "cross-env ESLINT_NO_DEV_ERRORS=true react-scripts start",
|
"start": "cross-env ESLINT_NO_DEV_ERRORS=true react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "cross-env DISABLE_ESLINT_PLUGIN=true react-scripts build",
|
||||||
"test": "cross-env CI=true react-scripts test",
|
"test": "cross-env CI=true react-scripts test",
|
||||||
"test:watch": "react-scripts test",
|
"test:watch": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue