Skip to content

Commit

Permalink
fix: publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschuler committed Nov 26, 2023
1 parent b1ecfe5 commit ebf5a99
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ai-function-caller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/better-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/better-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/binary-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/bit-mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/complex-compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/i811n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/lsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/mixin-class-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/neuronal-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/parser-combinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/priority-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prom-metrics-decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/prom-metrics-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/safe-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/slot-mashine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/state-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/stats-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/ts-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/webgl-sand-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/webgl-shader-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down
1 change: 1 addition & 0 deletions packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"scripts": {
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src/ --ext .ts",
"lint:report": "eslint --output-file eslint_report.json --format json src/ --ext .ts",
Expand Down

0 comments on commit ebf5a99

Please sign in to comment.