Skip to content

Commit

Permalink
build(base-standalone): remove unused settings from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
konokenj committed Dec 29, 2022
1 parent cf781f4 commit ceb9a9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions usecases/blea-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"blea-base-standalone": "bin/blea-base-standalone.js"
},
"scripts": {
"synth:dev": "npx cdk synth -c environment=dev",
"synth:dev": "npx cdk synth",
"depcheck": "npx depcheck --ignore-dirs cdk.out",
"build": "tsc --build",
"clean": "tsc --build --clean && rm -rf cdk.out",
"watch": "tsc -w",
"test": "jest",
"lint": "eslint --fix .",
"format": "prettier --write ."
"test": "jest"
},
"devDependencies": {
"@types/jest": "^27.5.2",
Expand Down

0 comments on commit ceb9a9d

Please sign in to comment.