1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

publishdev script to root package.json

This commit is contained in:
Michael Shanks 2020-02-22 22:29:11 +00:00
parent 6e85a7b34a
commit 82f0063243

View file

@ -15,6 +15,7 @@
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"initialise": "lerna run initialise",
"publishdev": "lerna run publishdev",
"clean": "lerna clean",
"dev": "lerna run --parallel --stream dev:builder",
"test": "lerna run test",