added latest compiled version to git
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build --watch --output-hashing none --configuration production",
|
||||
"build": "concurrently \"ng build --watch --output-hashing none --configuration production\" \"node scripts/copy-latest.mjs --watch\"",
|
||||
"test": "ng test",
|
||||
"build:dev": "ng build --output-hashing none --watch --configuration development",
|
||||
"copy-latest": "node scripts/copy-latest.mjs",
|
||||
"serve": "node ./scripts/serve-dist.mjs",
|
||||
"codegen": "graphql-codegen",
|
||||
"client": "ng serve --port 4201 --watch --configuration development",
|
||||
|
||||
Reference in New Issue
Block a user