We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedcb92 commit c23bf89Copy full SHA for c23bf89
.github/workflows/npm-publish.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
node-version: 16
18
registry-url: https://registry.npmjs.org/
19
+ - run: npm ci
20
- run: npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -4,7 +4,9 @@
4
"description": "A plugin for ESLint that allows you to use project-specific rules",
5
"main": "index.js",
6
"scripts": {
7
- "test": "vitest"
+ "prettier": "prettier --write .",
8
+ "test": "vitest",
9
+ "test:ci": "vitest run"
10
},
11
"repository": {
12
"type": "git",
0 commit comments