Skip to content

Commit

Permalink
Publish trivet
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Jun 20, 2024
1 parent 9b33b4c commit 55a02f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"release-node": "node --loader ts-node/esm --loader ./.pnp.loader.mjs release-node.mts",
"publish-docs": "tsx publish-docs.mts",
"build": "yarn workspace @ironclad/rivet-core run build && yarn workspace @ironclad/rivet-node run build && yarn workspace @ironclad/rivet-app-executor run build && yarn workspace @ironclad/trivet run build && yarn workspace @ironclad/rivet-app run build",
"publish": "yarn workspace @ironclad/rivet-core run publish && yarn workspace @ironclad/rivet-node run publish && yarn workspace @ironclad/rivet-cli run publish",
"publish": "yarn workspace @ironclad/rivet-core run publish && yarn workspace @ironclad/rivet-node run publish && yarn workspace @ironclad/rivet-cli run publish && yarn workspace @ironclad/trivet run publish",
"test": "yarn workspace @ironclad/rivet-core run test",
"lint": "yarn workspace @ironclad/rivet-core run lint && yarn workspace @ironclad/rivet-node run lint && yarn workspace @ironclad/rivet-app run lint && yarn workspace @ironclad/trivet run lint && yarn workspace @ironclad/rivet-app-executor run lint && yarn workspace @ironclad/rivet-cli run lint",
"prettier:fix": "prettier --write ."
Expand Down
2 changes: 1 addition & 1 deletion packages/trivet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:esm": "rimraf dist/esm dist/types dist/tsconfig.tsbuildinfo && tsc -b --verbose",
"build:cjs": "rimraf dist/cjs && tsx ../core/bundle.esbuild.ts",
"prepublishOnly": "yarn build && cp -r ../../LICENSE ../../README.md .",
"publish": "yarn npm publish",
"publish": "yarn npm publish --access public",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src"
},
"dependencies": {
Expand Down

0 comments on commit 55a02f7

Please sign in to comment.