This commit is contained in:
Nick Guerrera 2021-04-02 14:49:28 -07:00 коммит произвёл GitHub
Родитель 8568e3c2dc
Коммит 310942c07d
4 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -12,8 +12,7 @@
"bin/Release/Microsoft.Adl.VisualStudio.vsix"
],
"scripts": {
"build": "node scripts/build.js",
"prepare": "npm run build"
"build": "node scripts/build.js"
},
"dependencies": {},
"devDependencies": {

Просмотреть файл

@ -25,7 +25,6 @@
],
"scripts": {
"build": "npm run compile && npm run rollup && npm run generate-tmlanguage && npm run generate-third-party-notices && npm run package-vsix",
"prepare": "npm run build",
"compile": "tsc -p .",
"watch": "tsc -p . --watch",
"dogfood": "node scripts/dogfood.js",

Просмотреть файл

@ -12,7 +12,6 @@
},
"scripts": {
"build": "npm run compile && npm run generate-grammar",
"prepare": "npm run build",
"compile": "tsc -p .",
"watch": "tsc -p . --watch",
"dogfood": "node scripts/dogfood.js",

Просмотреть файл

@ -23,7 +23,6 @@
},
"scripts": {
"build": "tsc -p .",
"prepare": "npm run build",
"watch": "tsc -p . --watch",
"check-format": "prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"**/*.{ts,js,json}\"",
"format": "prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"**/*.{ts,js,json}\""