Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 3f4ff97

Browse files
Update npm-publish.yml
1 parent 37781c7 commit 3f4ff97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
node-version: 16
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
32+
- run: tsc -p tsconfig.json
33+
- run: rm arrayStringMap.ts
3234
- run: npm publish
3335
env:
3436
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)