Merge pull request #1201 from jonnytest1/windows-runner

setup to also run on windows
This commit is contained in:
David Négrier 2021-06-18 16:28:06 +02:00 committed by GitHub
commit 61809aad21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8207 additions and 2 deletions

8204
front/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -40,6 +40,7 @@
"@types/simple-peer": "^9.6.0",
"@types/socket.io-client": "^1.4.32",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"generic-type-guard": "^3.2.0",
"google-protobuf": "^3.13.0",
"phaser": "^3.54.0",
@ -53,8 +54,8 @@
},
"scripts": {
"start": "run-p serve svelte-check-watch",
"serve": "TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" webpack serve --open",
"build": "TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" NODE_ENV=production webpack",
"serve": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" webpack serve --open",
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" NODE_ENV=production webpack",
"test": "TS_NODE_PROJECT=\"tsconfig-for-jasmine.json\" ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
"fix": "node_modules/.bin/eslint --fix src/ . --ext .ts",