mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
make image
This commit is contained in:
committed by
Aiden McClelland
parent
1cce947846
commit
2f6bd4b1b6
@@ -8,7 +8,7 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build-prod": "ng build --prod && tsc postprocess.ts && node postprocess.js",
|
||||
"build-prod": "ng build --prod && tsc postprocess.ts && node postprocess.js && cp client-manifest.yaml www && git log | head -n1 > www/git-hash.txt",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
@@ -58,4 +58,4 @@
|
||||
"tslint": "^6.1.0",
|
||||
"typescript": "4.0.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user