Skip to content

Commit a04d9e1

Browse files
Copilothotlong
andcommitted
fix: update example build scripts for objectstack CLI 1.1.0 compile command
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 296f794 commit a04d9e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"serve": "objectstack serve objectstack.config.ts",
14-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json",
14+
"build": "objectstack compile objectstack.config.ts",
1515
"start": "tsx server.ts"
1616
},
1717
"dependencies": {

examples/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"serve": "objectstack serve objectstack.config.ts",
14-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
14+
"build": "objectstack compile objectstack.config.ts"
1515
},
1616
"dependencies": {
1717
"@objectstack/spec": "^1.1.0"

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"serve": "objectstack serve objectstack.config.ts",
12-
"build": "objectstack compile objectstack.config.ts dist/objectstack.json"
12+
"build": "objectstack compile objectstack.config.ts"
1313
},
1414
"dependencies": {
1515
"@objectstack/client": "^1.1.0",

0 commit comments

Comments
 (0)