Procházet zdrojové kódy

env variables get a space if space before &&

production
pb před 1 rokem
rodič
revize
56f270f4c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      package.json

+ 1
- 1
package.json Zobrazit soubor

@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build-elxr": "rollup index.js --format cjs --file elxr.js",
"build": "rollup -c && rollup index.js --format cjs --file elxr.js",
"index": "SET FORCE_COLOR=true && node index",
"index": "SET FORCE_COLOR=true&& node index",
"index_linux": "FORCE_COLOR=true node index"
},
"keywords": [],

Načítá se…
Zrušit
Uložit