Skip to content

Commit 87f3214

Browse files
committed
adjust pkg.json scripts
1 parent cd648e8 commit 87f3214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
},
3434
"bin": "cli.js",
3535
"scripts": {
36-
"artifacts": "napi artifacts",
37-
"build": "napi build --platform --release",
38-
"build:debug": "napi build --platform",
39-
"prepublishOnly": "napi prepublish --no-gh-release",
36+
"artifacts": "yarn napi artifacts",
37+
"build": "yarn napi build --platform --release",
38+
"build:debug": "yarn napi build --platform",
39+
"prepublishOnly": "yarn napi prepublish --no-gh-release",
4040
"test": "ava"
4141
},
4242
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)