minor cleanup of package.json

main
Inga 🏳‍🌈 1 day ago
parent 8b129e911b
commit 36e4dc544a
  1. 4
      package-lock.json
  2. 3
      package.json

4
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "test-assignment-tictactoe",
"name": "sample-tictactoe",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "test-assignment-tictactoe",
"name": "sample-tictactoe",
"version": "1.0.0",
"license": "CNPLv7",
"dependencies": {

@ -6,7 +6,8 @@
"build:clean": "rimraf dist",
"build:only": "tsc --project tsconfig.build.json",
"build:static": "copyfiles -u 1 \"src/frontend/static/**/*\" dist",
"check-and-start": "npm run prerelease && npm run build && npm run start",
"build-and-run": "npm run build && npm run start",
"check-and-run": "npm run prerelease && npm run build-and-run",
"lint": "eslint src",
"prerelease": "npm run lint && npm run typecheck && npm run test",
"start": "node ./dist/server.js",

Loading…
Cancel
Save