Skip to content

Commit

Permalink
Fix releasing tarball
Browse files Browse the repository at this point in the history
Tarball was released inside of a package
  • Loading branch information
mLicznerskiIterative committed Jun 20, 2024
1 parent 00af810 commit 29ede3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@adscore/nodejs-common",
"version": "1.0.2",
"version": "1.0.3",
"description": "NodeJS client library for Adscore",
"scripts": {
"prepare-package": "rm -r -f ./dist && npm run generate-barrels && tsup && npm run copy-files && cd ./dist && npm pack",
"prepare-package": "rm -r -f ./dist && npm run generate-barrels && tsup && npm run copy-files",
"publish-package": "cd ./dist && npm publish --access public",
"copy-files": "cp package.json ./dist/ && cp readme.md ./dist/",
"generate-barrels": "barrelsby --delete --directory ./src --location all",
Expand Down

0 comments on commit 29ede3d

Please sign in to comment.