Skip to content

Commit

Permalink
Merge pull request #4 from cultureamp/nt/remove-scripts
Browse files Browse the repository at this point in the history
fix: package.json scripts are removed from published package
  • Loading branch information
jamestelfer authored Aug 19, 2024
2 parents bc6c552 + ce7849f commit 3cb0c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cultureamp/datadog-cdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "CDK constructs for DataDog Cloudformation resources.",
"packageManager": "[email protected]",
"files": [
Expand All @@ -12,7 +12,7 @@
".": "./dist/index.js"
},
"scripts": {
"prebuildpackage": "pnpm run clean && pnpm run build --project tsconfig.dist.json",
"prebuildpackage": "pnpm run clean && pnpm run build --project tsconfig.dist.json && npm pkg delete scripts",
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"clean": "tsc --build --clean && (rm -rf dist || true)",
Expand Down

0 comments on commit 3cb0c70

Please sign in to comment.