Skip to content

Commit

Permalink
pnpm compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Dec 2, 2023
1 parent 74d59ad commit f2bb6e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run_install: true

- run: pnpm prettier
- run: pnpm tsc
- run: pnpm compile
- run: pnpm test
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- run: pnpm dist

# package.json has been changed so don't do git checks. tag will be either "dev" or "latest"
- run: pnpm publish --no-git-checks --tag "${{ env.NPM_PUBLISH_TAG }}"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"scripts": {
"dist": "tsc",
"compile": "tsc --noEmit --pretty",
"prettier": "prettier src/",
"prettier:fix": "prettier src/ --write",
"test": "echo Warning: no test specified for now!"
Expand Down

0 comments on commit f2bb6e4

Please sign in to comment.