We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fc698 commit 01dc6d7Copy full SHA for 01dc6d7
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Create release archive
53
run: |
54
cd dist
55
- zip void-${{ steps.get_info.outputs.TAG }}-${{ steps.get_info.outputs.COMMIT_SHORT }}.zip index.js
+ zip broom-${{ steps.get_info.outputs.TAG }}-${{ steps.get_info.outputs.COMMIT_SHORT }}.zip index.js
56
cd ..
57
58
- name: Update package.json version
tsconfig.json
@@ -4,7 +4,7 @@
4
"module": "ESNext",
5
"lib": ["ES2020"],
6
"outDir": "./dist",
7
- "rootDir": "./",
+ "rootDir": "./src",
8
"strict": true,
9
"esModuleInterop": true,
10
"skipLibCheck": true,
0 commit comments