Postinstall script

This commit is contained in:
aboyko
2023-03-01 12:13:25 -05:00
parent 78ea424f2d
commit 1d9caf97ff

View File

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