Skip to content

Commit

Permalink
Update Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Aug 22, 2022
1 parent 9c2161c commit 06975df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .changeset/rotten-starfishes-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@edgelabs/landing": patch
"@edgelabs/cli": patch
"@edgelabs/config": patch
"@edgelabs/types": patch
---

Update Publish Script
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:ncc": "ncc build ./dist/index.js -m -o lib --license LICENSE --target es6",
"build:bang": "mv ./lib/index.js ./lib/edge.js && echo \"#!/usr/bin/env node\" > ./lib/index.js && cat lib/edge.js >> lib/index.js && chmod +x ./lib/index.js && rm ./lib/edge.js",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"pub": "pnpm publish --access public"
"pub": "pnpm publish --access public || true"
},
"keywords": [],
"author": "Lucemans <luc@lucemans.nl>",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:ncc": "ncc build ./dist/index.js -m -o lib --license LICENSE --target es6",
"build:bang": "mv ./lib/index.js ./lib/edge.js && echo \"#!/usr/bin/env node\" > ./lib/index.js && cat lib/edge.js >> lib/index.js && chmod +x ./lib/index.js && rm ./lib/edge.js",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"pub": "pnpm publish --access public"
"pub": "pnpm publish --access public || true"
},
"keywords": [],
"author": "Lucemans <luc@lucemans.nl>",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"pub": "pnpm publish --access public"
"pub": "pnpm publish --access public || true"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 06975df

Please sign in to comment.