We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eff3dd + fd62ecf commit 22f0d72Copy full SHA for 22f0d72
.github/workflows/publish-npm.yml
@@ -42,11 +42,6 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- - name: Build TypeScript
46
- run: |
47
- npx tsc --target es2018 --module commonjs --declaration --outDir ./dist --strict --esModuleInterop --skipLibCheck --forceConsistentCasingInFileNames src/**/*.ts
48
- ls -la dist/
49
-
50
- name: Publish to npm
51
run: npm publish --access public
52
0 commit comments