diff --git a/packages/nocodb/package.json b/packages/nocodb/package.json index 9375bf4db9..f5c2acd199 100644 --- a/packages/nocodb/package.json +++ b/packages/nocodb/package.json @@ -17,14 +17,12 @@ }, "license": "AGPL-3.0-or-later", "scripts": { - "build": "nest build", + "build": "npm run docker:build", "build:obfuscate": "EE=true webpack --config webpack.config.js", "obfuscate:build:publish": "npm run build:obfuscate && npm publish .", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", - "start": "nest start", - "start:dev": "nest start --watch", - "start:debug": "nest start --debug --watch", - "start:prod": "node dist/main", + "start": "npm run watch:run", + "start:prod": "node docker/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch",