|
|
|
@ -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" |
|
|
|
}, |
|
|
|
|