mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added test:unit
command to admin-x-settings
refs https://ghost.slack.com/archives/C02G9E68C/p1684496945687519?thread_ts=1684496771.857689&cid=C02G9E68C - this will run a build of the package upon testing, which can reveal issues with code if the typescript compiler isn't happy
This commit is contained in:
parent
12871e6a77
commit
0fb35cf236
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
"build": "tsc && vite build",
|
||||
"lint": "yarn run lint:js",
|
||||
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
||||
"test:unit": "yarn build",
|
||||
"preview": "vite preview",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build",
|
||||
|
|
Loading…
Reference in a new issue