Whoops got the name wrong

This commit is contained in:
Noah Santschi-Cooney 2018-06-02 22:34:21 +01:00
parent b37e66eb81
commit c1c68d15ff
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -16,7 +16,7 @@
"watch:client": "tsc -w -p client/tsconfig.json",
"compile:server": "cd server && npm run installServer && cd .. && tsc -p server/tsconfig.json",
"watch:server": "cd server && npm run installServer && cd .. && tsc -w -p server/tsconfig.json",
"lint": "cd server && npm run lint && cd ../client && npm run tslint"
"lint": "cd server && npm run lint && cd ../client && npm run lint"
},
"devDependencies": {
"@types/mocha": "^2.2.42",