Skip to content

Commit d37753d

Browse files
authored
Merge pull request #20 from funktechno/f/lastlink2
0.0.3 release
2 parents 350e1df + 38bfcc5 commit d37753d

File tree

4 files changed

+6452
-31
lines changed

4 files changed

+6452
-31
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)