Skip to content

Commit 2cc0129

Browse files
committed
fix directories for build scripts called by prepublishOnly
1 parent 3826384 commit 2cc0129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ios/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tasks": {
3-
"build": "deno run -A ../scripts/build.ts"
3+
"build": "deno run -A ../../scripts/build.ts"
44
},
55

66
"fmt": {

packages/macos/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tasks": {
3-
"build": "deno run -A ../scripts/build.ts"
3+
"build": "deno run -A ../../scripts/build.ts"
44
},
55

66
"fmt": {

0 commit comments

Comments
 (0)