Prepare script

This commit is contained in:
aboyko
2023-03-01 11:58:11 -05:00
parent 95f5a44539
commit 78ea424f2d

View File

@@ -5,7 +5,7 @@
"ng": "ng",
"start": "npm-run-all clean --parallel flo:watch demo:start-waiton",
"build": "run-s flo:build demo:build",
"prepare": "npm run build",
"prepare": "npm run flo:build",
"test": "run-p flo:test demo:test",
"test-coverage": "run-p flo:test-coverage demo:test-coverage",