Skip to content

Commit 2851c1c

Browse files
committed
fix: 🐛 include src folder
sourcemaps will refer to this folder
1 parent 7ef9105 commit 2851c1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-ghpr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
CI: true
1313
jobs:
1414
test-build-publish:
15-
name: Test and build
15+
name: Publish package to GPR
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v1

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.idea/
33
coverage/
44
node_modules/
5-
src/
65
test/
76

87
.gitignore

0 commit comments

Comments
 (0)