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 bf0e03b commit 9da162f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +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: npm i
- run: npm test
- run: npm run prepare:package
Expand Down

0 comments on commit 9da162f

Please sign in to comment.