Skip to content

Commit 052c8dd

Browse files
[FSSDK-10935] cli adjustment
1 parent 7c9ee78 commit 052c8dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

message_generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const generate = async () => {
2525

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

3131
generate().then(() => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"prepare": "npm run build",
9090
"prepublishOnly": "npm test && npm run test-ci",
9191
"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\"",
92-
"genmsg": "jiti message_generator ./lib/error_messages.ts"
92+
"genmsg": "jiti message_generator ./lib/error_messages.ts ./lib/log_messages.ts ./lib/exception_messages.ts"
9393
},
9494
"repository": {
9595
"type": "git",

0 commit comments

Comments
 (0)