Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b058a6e7 | |||
| a896a8e7fc |
@@ -18,6 +18,7 @@ steps:
|
||||
commands:
|
||||
- npm install -g vsce
|
||||
- npm ci
|
||||
- xvfb-run -a npm test
|
||||
- vsce package
|
||||
|
||||
- name: gitea_release
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscodestat",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscodestat",
|
||||
"displayName": "vscodestat",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"description": "",
|
||||
"categories": [
|
||||
"Other"
|
||||
|
||||
+1
-5
@@ -13,10 +13,6 @@
|
||||
],
|
||||
"sourceMap": true,
|
||||
"rootDir": "src",
|
||||
"strict": true /* enable all strict type-checking options */
|
||||
/* Additional Checks */
|
||||
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
||||
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
|
||||
// "noUnusedParameters": true, /* Report errors on unused parameters. */
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user