File tree Expand file tree Collapse file tree
packages/cgb-scripts/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 "publishCanary" : " yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary" ,
4242 "release" : " yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm" ,
4343 "release-npm" : " lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm" ,
44- "releaseCanary " : " yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
44+ "release-canary " : " yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
4545 }
4646}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const externals = [
4242 jquery : 'jQuery' , // import $ from 'jquery' // Use the WordPress version after enqueuing it.
4343 'react-dom' : 'ReactDOM' ,
4444 lodash : 'lodash' , // Lodash is there in Gutenberg.
45- cgbGlobal : 'cgbGlobal' , // import cgbGlobal from 'cgbGlobal' // Localized data.
45+ cgbGlobal : 'cgbGlobal' , // import globals from 'cgbGlobal' // Localized data.
4646 }
4747) ;
4848
You canβt perform that action at this time.
0 commit comments