Skip to content

Commit 7a200ec

Browse files
authored
fix(package): argument set in linux
1 parent df31276 commit 7a200ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"pastesnip"
1717
],
1818
"scripts": {
19-
"start": "SET NODE_ENV=production && node src/index.js",
20-
"dev": "SET NODE_ENV=development && nodemon src/index.js",
21-
"test:unit": "SET NODE_ENV=test && mocha ./tests/unit/*.js --exit --timeout 0",
22-
"test:integration": "SET NODE_ENV=test && mocha ./tests/integration/*.js --timeout 0 --exit"
19+
"start": "set NODE_ENV=production && node src/index.js",
20+
"dev": "set NODE_ENV=development && nodemon src/index.js",
21+
"test:unit": "set NODE_ENV=test && mocha ./tests/unit/*.js --exit --timeout 0",
22+
"test:integration": "set NODE_ENV=test && mocha ./tests/integration/*.js --timeout 0 --exit"
2323
},
2424
"dependencies": {
2525
"@graphql-tools/load-files": "^6.6.1",

0 commit comments

Comments
 (0)