Skip to content

Commit 379329a

Browse files
committed
Fix release script.
1 parent 66d95cb commit 379329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint": "beemo eslint",
2020
"jest": "beemo jest",
2121
"prettier": "beemo prettier",
22-
"release": "np --yolo --no-yarn",
22+
"release": "npx np --yolo --no-yarn",
2323
"type": "beemo typescript --noEmit",
2424
"prerelease": "yarn test && yarn run build",
2525
"pretest": "yarn run type",

0 commit comments

Comments
 (0)