Skip to content

Commit

Permalink
workspace edits
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Feb 10, 2024
1 parent 70072bd commit 99fe797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version-file: ".nvmrc"
cache: "npm"
- run: npm install
Expand All @@ -21,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version-file: ".nvmrc"
cache: "npm"
- run: npm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version-file: ".nvmrc"
cache: "npm"
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dist"
],
"scripts": {
"build": "tsup",
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "jest --coverage ./src",
"release": "npm run build && changeset publish",
"ci:publish": "npm publish --access=public && changeset tag",
Expand Down

0 comments on commit 99fe797

Please sign in to comment.