Skip to content

Commit ebf5a99

Browse files
committed
fix: publish command
1 parent b1ecfe5 commit ebf5a99

File tree

29 files changed

+29
-0
lines changed

29 files changed

+29
-0
lines changed

packages/ai-function-caller/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"scripts": {
3131
"build": "tsc",
32+
"publish": "yarn npm publish",
3233
"test": "echo \"Error: no test specified\" && exit 0",
3334
"lint": "eslint src/ --ext .ts",
3435
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/assert/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/better-map/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/better-set/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/binary-serializer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/bit-mask/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/complex-compare/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/i811n/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/logger/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

packages/lsystem/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31+
"publish": "yarn npm publish",
3132
"test": "echo \"Error: no test specified\" && exit 0",
3233
"lint": "eslint src/ --ext .ts",
3334
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",

0 commit comments

Comments
 (0)