Skip to content

Commit 7759e6f

Browse files
committed
feat: initial beta release
1 parent 70b0a14 commit 7759e6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-orchestrator",
33
"description": "Plugin for working with SalesForce analytic apps, templates, assets and services.",
4-
"version": "1.0.0",
4+
"version": "1.0.0-beta.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -200,9 +200,10 @@
200200
]
201201
},
202202
"test:json-schema": {
203-
"command": "echo \"No schemas directory found, skipping schema comparison.\"",
203+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
204204
"files": [
205-
"src/**/*.ts"
205+
"src/**/*.ts",
206+
"schemas"
206207
],
207208
"output": []
208209
},

0 commit comments

Comments
 (0)