Skip to content

Commit

Permalink
switch back to npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Jan 15, 2021
1 parent 879be1e commit 90defac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "echo done",
"package": "cdk-package",
"pkglint": "pkglint -f",
"build+test": "yarn build && yarn test",
"build+test+package": "yarn build+test && yarn package",
"build+test": "npm run build && npm test",
"build+test+package": "npm run build+test && npm run package",
"watch": "cdk-watch",
"compat": "cdk-compat",
"rosetta:extract": "yarn --silent jsii-rosetta extract"
Expand Down

0 comments on commit 90defac

Please sign in to comment.