Skip to content

Commit

Permalink
fix: rename to cjs file since project is defined as module
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Oct 23, 2024
1 parent 10bbb76 commit 1af2036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test-ci": "npm run clean:coverage && jest --ci --coverage -c jest.config.cjs",
"test-watch": "jest --watch -c jest.config.cjs",
"typecheck": "tsc --project tsconfig.json --noEmit",
"watch:buildto": "node watchBuild.js"
"watch:buildto": "node watchBuild.cjs"
},
"dependencies": {
"@camptocamp/inkmap": "^1.4.0",
Expand Down
2 changes: 0 additions & 2 deletions watchBuild.js → watchBuild.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env node


'use strict';

const fs = require('fs-extra');
Expand Down

0 comments on commit 1af2036

Please sign in to comment.