diff --git a/system/package.json b/system/package.json index b31638cb..0a241f3b 100644 --- a/system/package.json +++ b/system/package.json @@ -31,7 +31,7 @@ "scripts": { "upload": "tsc -p ./src && npm --no-git-tag-version version patch && npm publish --access public", "debug-build": "npm install && docker-compose build && tsc -w -p ./src", - "release-build": "docker build . -t bake:release && npm run dockertag", + "release-build": "docker build . --no-cache -t bake:release && npm run dockertag", "compile": "tsc -p ./src", "watch": "tsc -w -p ./src", "debug": "node --inspect-brk=0.0.0.0:9229 dist/index.js",