Browse Source

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

main
Eric Amodio 7 years ago
parent
commit
80ca880480
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save