Skip to content

Commit 6a6c111

Browse files
committed
Add import-data command to packaging workflow
1 parent 01c96f1 commit 6a6c111

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cirrus.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ generate-library-docs = "bun scripts/generate-library-docs.mjs"
1212
prep-package = "bun scripts/prepare-for-packaging.mjs"
1313
run-package = "cirrus package create -p Expression -t minor -x -c --promote -w 60"
1414
post-package = "bun scripts/post-packaging.mjs"
15+
import-data = "sf data import tree -p unpackaged/examples/expression-conf/data/data-plan.json"
1516

1617
[flow.start-dev]
1718
description = "Starts a new development environment"
1819
steps = [
1920
{ type = "create_scratch", org = "Expression" },
2021
{ type = "command", name = "deploy" },
2122
{ type = "command", name = "assign-perms" },
23+
{ type = "command", name = "import-data" },
2224
]
2325

2426
[flow.package]

0 commit comments

Comments
 (0)