Skip to content

Commit

Permalink
fix: jsii should use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
justinm committed May 24, 2022
1 parent d195c4e commit 43d7701
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"/node_modules/"
],
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)",
"**/__tests__/**/?(*.)+(spec|test).[tj]s?(x)",
"**/?(*.)+(spec|test).[tj]s?(x)"
],
"reporters": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@pdkit/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"/node_modules/"
],
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)",
"**/__tests__/**/?(*.)+(spec|test).[tj]s?(x)",
"**/?(*.)+(spec|test).[tj]s?(x)"
],
"reporters": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@pdkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"/node_modules/"
],
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)",
"**/__tests__/**/?(*.)+(spec|test).[tj]s?(x)",
"**/?(*.)+(spec|test).[tj]s?(x)"
],
"reporters": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pdkit/cli@workspace:packages/@pdkit/cli"
dependencies:
"@pdkit/core": 3.0.9
"@pdkit/core": 3.0.10
"@types/diff": 5.0.2
"@types/glob": 7.2.0
"@types/jest": 27.4.1
Expand Down Expand Up @@ -981,13 +981,13 @@ __metadata:
typescript: 4.6.3
yargs: 17.4.1
peerDependencies:
"@pdkit/core": 3.0.9
"@pdkit/core": 3.0.10
bin:
pdkit: index.ts
languageName: unknown
linkType: soft

"@pdkit/[email protected].9, @pdkit/core@workspace:packages/@pdkit/core":
"@pdkit/[email protected].10, @pdkit/core@workspace:packages/@pdkit/core":
version: 0.0.0-use.local
resolution: "@pdkit/core@workspace:packages/@pdkit/core"
dependencies:
Expand Down

0 comments on commit 43d7701

Please sign in to comment.