Skip to content

Commit 4ce7655

Browse files
chore(package): rename script lint:publint to lint:package
1 parent 7b53e7f commit 4ce7655

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Build artifacts
2222
run: npm run build
2323

24-
- name: Run Publint
25-
run: npm run lint:publint
24+
- name: Lint package
25+
run: npm run lint:package

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"clean": "rm -rf .nyc_output coverage dist lib",
3535
"lint": "eslint .",
3636
"lint:fix": "npm run lint -- --fix",
37-
"lint:publint": "publint",
37+
"lint:package": "publint",
3838
"lint:tsc": "tsc --noEmit",
3939
"prepare": "husky",
40-
"prepublishOnly": "run-s lint lint:tsc test:server clean build lint:publint",
40+
"prepublishOnly": "run-s lint lint:tsc test:server clean build lint:package",
4141
"size-limit": "size-limit",
4242
"test": "run-s test:server test:client",
4343
"test:client": "npm run test:client:watch -- --single-run",

0 commit comments

Comments
 (0)