mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
chore: add global test command
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user