mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added yarn test:unit
to Portal
refs https://github.com/TryGhost/Toolbox/issues/426 - this ensures we provide a `test:unit` command for CI - this probably needs changing in the future - not sure yet
This commit is contained in:
parent
22c85df66f
commit
2a40f72f36
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
"build:bundle": "webpack --config webpack.config.js",
|
||||
"test": "react-scripts test",
|
||||
"test:ci": "yarn test --watchAll=false --coverage",
|
||||
"test:unit": "yarn test:ci",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "eslint src --ext .js --cache",
|
||||
"preship": "yarn lint",
|
||||
|
|
Loading…
Add table
Reference in a new issue