Skip to content

Commit 22f0d72

Browse files
Merge pull request #3 from bennu/feat/publish-npm
feat: delete command build through tsc
2 parents 3eff3dd + fd62ecf commit 22f0d72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

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-
5045
- name: Publish to npm
5146
run: npm publish --access public
5247
env:

0 commit comments

Comments
 (0)