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 6c52dfa commit b9090f7Copy full SHA for b9090f7
package.json
@@ -5,12 +5,12 @@
5
"type": "module",
6
"main": "index.js",
7
"scripts": {
8
- "fullSync": "NODE_NO_WARNINGS=1 node index.js fullSync",
+ "fullSync": "NODE_NO_WARNINGS=1 node index.js fullSync"
9
"albumsSync": "NODE_NO_WARNINGS=1 node index.js albumsSync",
10
"artistsSync": "NODE_NO_WARNINGS=1 node index.js artistsSync",
11
"build": "sh ./build.sh",
12
"build-bundle": "node build.config.js",
13
- "test": "NODE_NO_WARNINGS=1 node --test test/*.js"
+ "test": "node --test test/*.js"
14
},
15
"author": "rombat",
16
"license": "GNU GPL V3.0",
0 commit comments