Run linters for all web app packages as part of Web App CI linting (#22576)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a31159257d
Коммит
f294ef9843
@@ -38,6 +38,6 @@
|
||||
"build": "tsc --build --verbose",
|
||||
"run": "tsc --watch --preserveWatchOutput",
|
||||
"test": "jest",
|
||||
"clean": "rm -rf tsconfig.tsbuildinfo ./lib"
|
||||
"clean": "rm -rf lib node_modules tsconfig.tsbuildinfo"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"run": "rollup -c --watch",
|
||||
"clean": "rm -rf node_modules dist"
|
||||
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17.6",
|
||||
|
||||
Ссылка в новой задаче
Block a user