Skip to content

Commit b9090f7

Browse files
committed
fix: test env variable
1 parent 6c52dfa commit b9090f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "module",
66
"main": "index.js",
77
"scripts": {
8-
"fullSync": "NODE_NO_WARNINGS=1 node index.js fullSync",
8+
"fullSync": "NODE_NO_WARNINGS=1 node index.js fullSync"
99
"albumsSync": "NODE_NO_WARNINGS=1 node index.js albumsSync",
1010
"artistsSync": "NODE_NO_WARNINGS=1 node index.js artistsSync",
1111
"build": "sh ./build.sh",
1212
"build-bundle": "node build.config.js",
13-
"test": "NODE_NO_WARNINGS=1 node --test test/*.js"
13+
"test": "node --test test/*.js"
1414
},
1515
"author": "rombat",
1616
"license": "GNU GPL V3.0",

0 commit comments

Comments
 (0)