We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8a0be commit d5839d8Copy full SHA for d5839d8
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "node index.js",
8
- "pretest": "node --input-type=module -e \"import { copyFileSync, existsSync } from 'node:fs'; const files = [['config/main.example.js', 'config/main.js'], ['config/accounts.example.js', 'config/accounts.js']]; for (const [src, dest] of files) { if (!existsSync(dest) && existsSync(src)) copyFileSync(src, dest); }\"",
+ "pretest": "node --input-type=module -e \"import { copyFileSync, existsSync } from 'node:fs'; const files = [['config/main.example.js', 'config/main.js'], ['config/accounts.example.js', 'config/accounts.js'], ['config/clients.example.js', 'config/clients.js']]; for (const [src, dest] of files) { if (!existsSync(dest) && existsSync(src)) copyFileSync(src, dest); }\"",
9
"test": "node --test test/**/*.test.js"
10
},
11
"author": "",
0 commit comments