Skip to content

Commit f23ac87

Browse files
fix: resolving comments
1 parent 2c20c9d commit f23ac87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,18 @@
129129
},
130130
"repository": "salesforcecli/plugin-omnistudio-migration-tool",
131131
"scripts": {
132-
"build": "sf-build",
132+
"build": "sf-build && yarn copy-assets",
133133
"clean": "sf-clean",
134134
"clean-all": "sf-clean all",
135135
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
136-
"compile": "sf-compile",
136+
"compile": "sf-compile && yarn copy-assets",
137137
"copy-assets": "shx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/",
138138
"docs": "sf-docs",
139139
"format": "sf-format",
140140
"lint": "sf-lint",
141141
"postpack": "shx rm -f oclif.manifest.json",
142142
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
143-
"prepack": "sf-prepack",
143+
"prepack": "sf-prepack && yarn copy-assets",
144144
"prepare": "sf-install",
145145
"pretest": "sf-compile-test",
146146
"test": "sf-test",

0 commit comments

Comments
 (0)