Bladeren bron

Fixes linting

main
Eric Amodio 6 jaren geleden
bovenliggende
commit
ab9af901da
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      package.json

+ 1
- 1
package.json Bestand weergeven

@ -3033,7 +3033,7 @@
"build-ui": "webpack --context ./src/ui --config ./src/ui/webpack.config.js",
"bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production",
"clean": "git clean -Xdf",
"lint": "tslint --project tslint.json",
"lint": "tslint --project tsconfig.json",
"pack": "vsce package",
"pub": "vsce publish",
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",

Laden…
Annuleren
Opslaan