- Fixed a package.json script

This commit is contained in:
Alexis
2020-08-09 15:32:43 +02:00
parent ddcc6acc75
commit bf03470a17

View File

@@ -4,8 +4,7 @@
"description": "API for Auracle database", "description": "API for Auracle database",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"api": "node index.js", "run": "node index.js"
"client": "cd client && npm run serve"
}, },
"repository": { "repository": {
"type": "git", "type": "git",