Skip to content

Commit

Permalink
and now?
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 31, 2024
1 parent 880a676 commit 59fd05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm tsc
- run: pnpm test

integration:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build-rollup": "rm -rf lib && tsc -b && rollup -c --bundleConfigAsCjs",
"build-react": "cd react; pnpm i; pnpm build;",
"lint": "eslint src",
"tsc": "tsc -b",
"prettier": "prettier --write src/ functional_tests/",
"prepublishOnly": "pnpm lint && pnpm test && pnpm build && pnpm test:react",
"test": "pnpm test:unit && pnpm test:custom-eslint-rules",
Expand Down

0 comments on commit 59fd05e

Please sign in to comment.