diff --git a/docs/snippets/package.json b/docs/snippets/package.json index 48cb3fa3da..8779dea179 100644 --- a/docs/snippets/package.json +++ b/docs/snippets/package.json @@ -9,6 +9,7 @@ "scripts": { "test": "echo 'Not Applicable'", "test:e2e": "echo 'Not Applicable'", + "package": "echo 'Not applicable'", "build": "echo 'Not Applicable'", "lint": "eslint --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters", "lint-fix": "eslint --fix --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters" diff --git a/package.json b/package.json index dafe17ab5d..d9db61efa2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "init-environment": "husky install", "test": "npm t -ws", "commit": "commit", - "package": "npm run package", + "package": "npm run package -ws", "setup-local": "export PROJECT_ROOT=$(pwd) && npm ci --foreground-scripts && cd $PROJECT_ROOT/examples/cdk && npm ci && cd $PROJECT_ROOT/examples/sam && npm ci && cd $PROJECT_ROOT/ && npm run init-environment", "build": "npm run build -ws", "postversion": "git push && git push --tags",