1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 10:06:39 +09:00

feat: setup test for web

This commit is contained in:
2019-08-14 18:46:57 +09:00
parent c2a51aee2a
commit 03d76805af
12 changed files with 960 additions and 842 deletions

View File

@@ -3,10 +3,16 @@
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"start": "now dev",
"ship": "now"
"postinstall": "yarn --cwd web && yarn --cwd api",
"ship": "now",
"start": "now dev"
},
"dependencies": {
"now": "^16.1.1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"dependencies": {},
"license": "MIT",
"private": true
}