Sfoglia il codice sorgente

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

main
Eric Amodio 7 anni fa
parent
commit
80ca880480
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      package.json

+ 1
- 1
package.json Vedi File

@ -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",

Caricamento…
Annulla
Salva