mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
chore: add global test command
This commit is contained in:
parent
f5ff77c91f
commit
7c18e0643c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user