We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e708 commit 4217cfbCopy full SHA for 4217cfb
packages/cli/package.json
@@ -8,6 +8,9 @@
8
"bin": {
9
"xfuncjs": "./cli"
10
},
11
+ "scripts": {
12
+ "postinstall": "node-ts-modules-postinstall"
13
+ },
14
"dependencies": {
15
"@crossplane-js/libs": "workspace:^",
16
"commander": "^13.1.0",
tests/fixtures/domain-sdk/package.json
@@ -1,4 +1,5 @@
1
{
2
+ "name": "domain-sdk",
3
4
"@crossplane-js/cli": "link:../../../packages/cli",
5
"chalk": "^5.0.1",
0 commit comments