Skip to content

Commit

Permalink
Update build and release script
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWedekind committed Jul 28, 2023
1 parent 594594f commit c562566
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-garlics-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nlp-x/spacy3.x": patch
---

Update build and release script
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"start": "node index.js",
"clean": "rimraf dist/",
"copy-files": "copyfiles -u 1 src/**/*.py dist/",
"build": "pnpm run clean && tsc && pnpm run copy-files",
"build": "pnpm run clean && tsc --declaration && pnpm run copy-files",
"test": "vitest --run --reporter verbose --coverage --globals",
"test:watch": "vitest --reporter verbose --coverage --globals",
"publish": "npm publish --access public",
"ci": "pnpm run test && pnpm run build",
"release": "pnpm run ci && changeset publish"
"release": "pnpm run ci && pnpm run publish"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit c562566

Please sign in to comment.