소스 검색

Changes clean to NOT remove untracked files -- guess why 😢

main
Eric Amodio 7 년 전
부모
커밋
80ca880480
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@ -3310,7 +3310,7 @@
],
"scripts": {
"bundle": "npm run lint && webpack --env.production",
"clean": "git clean -xdf",
"clean": "git clean -Xdf",
"compile": "npm run lint && tsc -m commonjs -p ./",
"watch": "tsc -watch -p ./",
"lint": "tslint --project tslint.json",

불러오는 중...
취소
저장