Преглед изворни кода

Adds --yarn flag to vsce

main
Eric Amodio пре 5 година
родитељ
комит
6a88ac2603
2 измењених фајлова са 4 додато и 3 уклоњено
  1. +1
    -0
      .vscodeignore
  2. +3
    -3
      package.json

+ 1
- 0
.vscodeignore Прегледај датотеку

@ -20,3 +20,4 @@ package-lock.json
tsconfig.json
webpack.config.js
webviews.tsconfig.json
yarn.lock

+ 3
- 3
package.json Прегледај датотеку

@ -5325,11 +5325,11 @@
"bundle": "webpack --env.production",
"clean": "git clean -Xdf -e !node_modules -e !node_modules/**/*",
"lint": "eslint src/**/*.ts --fix",
"pack": "vsce package",
"pack": "vsce package --yarn",
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.{ts,md,json}\" && yarn run lint",
"pub": "vsce publish",
"pub": "vsce publish --yarn",
"rebuild": "yarn run reset && yarn run build",
"reset": "yarn run clean && yarn install --no-save",
"reset": "yarn run clean && yarn --frozen-lockfile",
"watch": "webpack --watch --env.development --info-verbosity verbose",
"webviews:optimize": "webpack --config-name webviews --env.optimizeImages",
"webviews:watch": "webpack --watch --config-name webviews --env.development --info-verbosity verbose",

Loading…
Откажи
Сачувај