Skip to content

Commit

Permalink
release: creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 19, 2024
1 parent 54932e4 commit f20466d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-ants-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"scrapeyard": patch
---

fixed the template sub-package; now it can be used to test my library and be delivered to the consumer.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrapeyard",
"version": "0.4.2",
"version": "0.4.3",
"description": "A scraping library that saves you from writing a lot of boiler-plate every time you lunch a new project. It also helps you manage multiple projects in one place.",
"main": "./lib/mainInterface.js",
"module": "./lib/mainInterface.mjs",
Expand Down Expand Up @@ -33,7 +33,8 @@
"lint": "tsc --noEmit",
"build": "tsup && tsc --b ./tsconfig.bin.json",
"ci": "npm run formatCheck && npm run lint && npm run testOnce && npm run build",
"release": "npm run ci && npx changeset && git add . && git commit -m 'release: creating a release' && npx changeset publish && git push origin main && git push origin --tags"
"release": "npm run ci && npx changeset && git add . && git commit -m 'release: creating a release' && npx changeset publish && git push origin main && git push origin --tags",
"templateScript": "pnpm run --prefix ./data/templates/default"
},
"dependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down

0 comments on commit f20466d

Please sign in to comment.