audit fix, Makefile, typo in repo url
This commit is contained in:
parent
16d11a7e02
commit
bb82f2dd4c
|
@ -0,0 +1,9 @@
|
||||||
|
all: install start
|
||||||
|
|
||||||
|
install:
|
||||||
|
npm install
|
||||||
|
npm run build:server
|
||||||
|
npm run build:client
|
||||||
|
|
||||||
|
start:
|
||||||
|
npm start
|
File diff suppressed because it is too large
Load Diff
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git"
|
"url": "https://git.gaetanbrochard.dev/gbrochar/webgl.git"
|
||||||
},
|
},
|
||||||
"author": "gbrochar",
|
"author": "gbrochar",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Reference in New Issue