We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c96f1 commit 6a6c111Copy full SHA for 6a6c111
1 file changed
cirrus.toml
@@ -12,13 +12,15 @@ generate-library-docs = "bun scripts/generate-library-docs.mjs"
12
prep-package = "bun scripts/prepare-for-packaging.mjs"
13
run-package = "cirrus package create -p Expression -t minor -x -c --promote -w 60"
14
post-package = "bun scripts/post-packaging.mjs"
15
+import-data = "sf data import tree -p unpackaged/examples/expression-conf/data/data-plan.json"
16
17
[flow.start-dev]
18
description = "Starts a new development environment"
19
steps = [
20
{ type = "create_scratch", org = "Expression" },
21
{ type = "command", name = "deploy" },
22
{ type = "command", name = "assign-perms" },
23
+ { type = "command", name = "import-data" },
24
]
25
26
[flow.package]
0 commit comments