Skip to content

Commit

Permalink
[FSSDK-10935] cli adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Dec 13, 2024
1 parent 7c9ee78 commit 052c8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const generate = async () => {

genOut += `export const messages = ${JSON.stringify(messages, null, 2)};`
await writeFile(genFilePath, genOut, 'utf-8');
};
}
}

generate().then(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run test-ci",
"postbuild:win": "@powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.es.d.ts\" && @powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.es.min.d.ts\" && @powershell copy \"dist/index.lite.d.ts\" \"dist/optimizely.lite.min.d.ts\"",
"genmsg": "jiti message_generator ./lib/error_messages.ts"
"genmsg": "jiti message_generator ./lib/error_messages.ts ./lib/log_messages.ts ./lib/exception_messages.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 052c8dd

Please sign in to comment.