Skip to content

Commit

Permalink
build is mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqCG committed Mar 22, 2024
1 parent 908d91f commit 8f9d335
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -23,7 +23,7 @@
"test": "npm run test-nodejs && npm run test-edge",
"test-nodejs": "jest --env node",
"test-edge": "jest --env @edge-runtime/jest-environment",
"build": "scripts/build.js",
"build": "scripts/build.mjs",
"prepublishOnly": "npm run build",
"eslint-check": "eslint --max-warnings=0 .",
"prettier-check": "prettier --check .",
Expand Down
File renamed without changes.

0 comments on commit 8f9d335

Please sign in to comment.