Skip to content

Commit

Permalink
ci(release-npm): use yarn node for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 10, 2024
1 parent 1cb7afb commit cf7019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/catppuccin-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"scripts": {
"compiled:pack": "npm pack",
"prepack": "yarn core:build && node ./build.mjs"
"prepack": "yarn core:build && yarn node ./build.mjs"
}
}

0 comments on commit cf7019f

Please sign in to comment.