Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent 6c00960 commit 1bf77df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"test:local": "mocha --recursive ./test --require ./test/mocha-root-hooks.mjs",
"build": "npm run build:app && npm run build:sea",
"build:app": "esbuild --bundle ./src/user-entrypoint.mjs --platform=node --outfile=./dist/cli.cjs --format=cjs --inject:./sea/import-meta-url.js --define:import.meta.url=importMetaUrl",
"format": "prettier -w src test package.json prettier.config.js eslint.config.mjs"
"build:sea": "node ./sea/build-sea.cjs",
"format": "prettier -w src test package.json prettier.config.js eslint.config.mjs"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1bf77df

Please sign in to comment.