mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
0724625844
commit
7c6bbe34e6
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ jobs:
|
|||
const fs = require('fs')
|
||||
|
||||
// Disable mustache html-escape
|
||||
mustache.escape = identity;
|
||||
mustache.escape = function(str) {
|
||||
return str;
|
||||
};
|
||||
|
||||
// https://stackoverflow.com/a/2970667
|
||||
function toCamelCase(str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue