@eslinted/core 14.2.8 → 14.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,9 @@ jobs:
27
27
  node-version: 22
28
28
  check-latest: true
29
29
  registry-url: "https://registry.npmjs.org"
30
+ - name: Install Dependencies
31
+ id: ci
32
+ run: npm ci
30
33
  - name: Publish to NPM
31
34
  id: publish
32
35
  run: npm publish
@@ -27,6 +27,9 @@ jobs:
27
27
  node-version: 22
28
28
  check-latest: true
29
29
  registry-url: "https://registry.npmjs.org"
30
+ - name: Install Dependencies
31
+ id: ci
32
+ run: npm ci
30
33
  - name: Publish to NPM
31
34
  id: publish
32
35
  run: npm publish
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "22.12.0",
2
+ "_schemaVersion": "22.12.1",
3
3
  "name": "@eslinted/core",
4
- "version": "14.2.8",
4
+ "version": "14.2.10",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
@@ -42,12 +42,6 @@
42
42
  "typescript": "^5.7.2"
43
43
  },
44
44
  "scripts": {
45
- "prebuild": "npm ci || run-s prebuild:reinstall:*",
46
- "prebuild:reinstall:install": "npm i",
47
- "prebuild:reinstall:add": "git add *",
48
- "prebuild:reinstall:commit": "run-os",
49
- "prebuild:reinstall:commit:default": "git commit -m \"reinstall ${npm_package_version}\"",
50
- "prebuild:reinstall:commit:windows": "git commit -m \"reinstall %npm_package_version%\"",
51
45
  "build": "run-os",
52
46
  "build:default": "npm run rebuild+lint+test -- $npm_package_config_language $npm_package_config_lint default",
53
47
  "build:windows": "npm run rebuild+lint+test -- %npm_package_config_language% %npm_package_config_lint% windows",