Skip to content

Commit b4d737c

Browse files
committed
Update uploadCartridge script in package.json to use wildcard for cartridge uploads
Modified the uploadCartridge command in package.json to utilize a wildcard for the cartridge name, allowing to uploads of all relevant cartridges starting with 'int_bloomreach_engagement'. This change enhances the upload process by simplifying the command and reducing the need for specific cartridge naming.
1 parent 27f3b17 commit b4d737c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:unit": "mocha test/**/*.test.js --exclude test/integration/**/*.test.js",
1212
"lint": "sgmf-scripts --lint js && sgmf-scripts --lint css",
1313
"upload": "sgmf-scripts --upload -- ",
14-
"uploadCartridge": "sgmf-scripts --upload cartridges/int_bloomreach_engagement",
14+
"uploadCartridge": "sgmf-scripts --upload int_bloomreach_engagement*",
1515
"compile:js": "sgmf-scripts --compile js",
1616
"compile:scss": "sgmf-scripts --compile css"
1717
},

0 commit comments

Comments
 (0)