Skip to content

Commit

Permalink
build: build perf upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Nov 18, 2020
1 parent c3a3f9a commit 7a35eaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- run: npm test
- run: npm version $PACKAGE_VERSION --no-git-tag-version
- run: npm run prepare:package
- run: rm -rf node_modules
- name: Upload Package Artifact
uses: actions/upload-artifact@v2
with:
Expand All @@ -62,6 +63,7 @@ jobs:
- run: npx replace-json-property ./package.json typescript ~3.4.5
- run: npm i
- run: npm test
- run: rm -rf node_modules
- name: Upload Package Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7a35eaa

Please sign in to comment.