We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66a29 commit a1eaf68Copy full SHA for a1eaf68
package.json
@@ -25,7 +25,7 @@
25
}
26
},
27
"scripts": {
28
- "test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.esm.json' mocha",
+ "test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.cjs.json' mocha",
29
"clean": "rm -rf ./dist",
30
"build": "npm run clean && pkgroll --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend",
31
"lint": "prettier --check .",
0 commit comments