Skip to content

Commit

Permalink
Updating Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhectorsosa committed Nov 19, 2023
1 parent 8c3c407 commit 0f816ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
node-version: 16.x
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: pnpm run ci
- run: pnpm install --frozen-lockfile
5 changes: 2 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup ./src --format cjs,esm --no-splitting --dts",
"prepare": "pnpm run build",
"lint": "tsc",
"ci": "pnpm run lint && pnpm run build"
"prepare": "pnpm run lint && pnpm run build",
"lint": "tsc"
},
"keywords": [
"react",
Expand Down

0 comments on commit 0f816ca

Please sign in to comment.