1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

renamed _master in packge json

This commit is contained in:
Michael Shanks 2019-09-12 21:44:16 +01:00
parent 5f2865b09a
commit 346ec5c4da

View file

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"build": "cd appPackages/master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn",
"build": "cd appPackages/_master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn",
"initialise": "node initialise/initialiseBudibase --datastore local --username admin --password admin --rootPath .data --cleanDev",
"dev:builder": "node index"
},