mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added missing yarn test:unit
command to Sodo-Search
refs https://github.com/TryGhost/Toolbox/issues/400 - this is needed for CI tests
This commit is contained in:
parent
8d9b8739d9
commit
ddc6d60927
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
"build:combined": "node ./scripts/build-combined.js",
|
||||
"build:bundle": "webpack --config webpack.config.js",
|
||||
"test:ui": "react-scripts test",
|
||||
"test:unit": "yarn test",
|
||||
"test": "yarn test:ui --watchAll=false --coverage",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint src --ext .js --cache",
|
||||
|
|
Loading…
Add table
Reference in a new issue