Skip to content

Commit 38bfcc5

Browse files
committed
another publish attempt
1 parent b2ac09e commit 38bfcc5

File tree

4 files changed

+6450
-29
lines changed

4 files changed

+6450
-29
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm run build:client
19-
- run: npm publish
19+
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ output-*.json
108108
tests
109109
.github
110110
funktechno-sqlsimpleparser*
111-
coverage
111+
coverage
112+
build

0 commit comments

Comments
 (0)