Skip to content

Commit

Permalink
build: legacy build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Jan 30, 2022
1 parent 9da162f commit 25f1f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm version $PACKAGE_VERSION-legacy --no-git-tag-version
- run: npx replace-json-property ./package.json typescript ~3.4.5
- run: npx replace-json-property ./package.json typescript 12.12.21
- run: npx replace-json-property ./package.json @types/node 12.12.21
- run: npm i
- run: npm test
- run: npm run prepare:package
Expand Down

0 comments on commit 25f1f20

Please sign in to comment.