Skip to content

Commit 9ef3e6a

Browse files
committed
Fixed bun x binary in postinstalls script
1 parent 5dd7a53 commit 9ef3e6a

File tree

1 file changed

+1
-1
lines changed
  • building-blocks/crypto-utils/crypto-utils-ts/workflow

1 file changed

+1
-1
lines changed

building-blocks/crypto-utils/crypto-utils-ts/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/main.js",
55
"private": true,
66
"scripts": {
7-
"postinstall": "bunx cre-setup"
7+
"postinstall": "bun x cre-setup"
88
},
99
"license": "UNLICENSED",
1010
"dependencies": {

0 commit comments

Comments
 (0)