mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: add global test command
This commit is contained in:
parent
f5ff77c91f
commit
7c18e0643c
@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"postinstall": "yarn --cwd web && yarn --cwd api",
|
||||
"ship": "now",
|
||||
"start": "now dev"
|
||||
"start": "now dev",
|
||||
"test": "CI=true yarn --cwd web test && yarn --cwd api test"
|
||||
},
|
||||
"dependencies": {
|
||||
"now": "^16.1.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user