File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 129
129
},
130
130
"repository" : " salesforcecli/plugin-omnistudio-migration-tool" ,
131
131
"scripts" : {
132
- "build" : " sf-build" ,
132
+ "build" : " sf-build && yarn copy-assets " ,
133
133
"clean" : " sf-clean" ,
134
134
"clean-all" : " sf-clean all" ,
135
135
"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 " ,
137
137
"copy-assets" : " shx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/" ,
138
138
"docs" : " sf-docs" ,
139
139
"format" : " sf-format" ,
140
140
"lint" : " sf-lint" ,
141
141
"postpack" : " shx rm -f oclif.manifest.json" ,
142
142
"posttest" : " yarn lint && yarn test:deprecation-policy && yarn test:command-reference" ,
143
- "prepack" : " sf-prepack" ,
143
+ "prepack" : " sf-prepack && yarn copy-assets " ,
144
144
"prepare" : " sf-install" ,
145
145
"pretest" : " sf-compile-test" ,
146
146
"test" : " sf-test" ,
You can’t perform that action at this time.
0 commit comments