浏览代码

env variables get a space if space before &&

production
pb 1年前
父节点
当前提交
56f270f4c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

@@ -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": [],

正在加载...
取消
保存