diff --git a/package.json b/package.json index a751853..577255d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "box": "yarn install && yarn start", "start": "ng serve", "build": "ng build", - "publish": "ng build -c production && cd dist/web && npm publish --ignore-scripts", + "publish": "ng build -c production --project=web && cd dist/web && npm publish --ignore-scripts", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" @@ -55,4 +55,4 @@ "tslint": "~6.1.0", "typescript": "~4.7.4" } -} \ No newline at end of file +}