mirror of
https://github.com/uetchy/namae.git
synced 2025-10-14 23:22:19 +09:00
chore: add global test command
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "yarn --cwd web && yarn --cwd api",
|
"postinstall": "yarn --cwd web && yarn --cwd api",
|
||||||
"ship": "now",
|
"ship": "now",
|
||||||
"start": "now dev"
|
"start": "now dev",
|
||||||
|
"test": "CI=true yarn --cwd web test && yarn --cwd api test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"now": "^16.1.2"
|
"now": "^16.1.2"
|
||||||
|
Reference in New Issue
Block a user