Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 4ed9253

Browse files
committed
Update removal script
1 parent 309b32b commit 4ed9253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: tsc -p tsconfig.json
33-
- run: rm arrayStringMap.ts
34-
- run: npm publish
33+
- run: rm objectToWrapper.ts
34+
- run: npm publish --access public
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)