Skip to content

Commit

Permalink
chore(cli): fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed Feb 4, 2024
1 parent 3d07dd2 commit 66ca719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prebuild": "node prebuild.mjs",
"build-run": "ncc build -m src/run.ts -o dist/run",
"build": "ncc build -m src/index.ts -o dist && npm run build-run",
"to-publish": "npx vite-node publish.js",
"to-publish": "node publish.mjs",
"test": "vitest --reporter=verbose --pool=forks",
"lint": "eslint ./src"
},
Expand Down

0 comments on commit 66ca719

Please sign in to comment.