Skip to content

Commit 2729cba

Browse files
committed
no lint
1 parent 2c69f00 commit 2729cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm ci
1818
- run: npm run test
19-
- run: npm run lint
19+
# - run: npm run lint
2020
- run: npm run build
2121
- run: npm publish --provenance --access public
2222
env:

0 commit comments

Comments
 (0)