소스 검색

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

Loading…
취소
저장