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:
12
package.json
12
package.json
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user