1
0
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:
uetchy 2019-09-02 19:08:48 +09:00
parent f5ff77c91f
commit 7c18e0643c

View File

@ -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"