diff --git a/packages/server/package.json b/packages/server/package.json index 772c9f5a15..8c1d9bbe2e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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" },