Skip to content

Commit

Permalink
Merge pull request #54 from melfore/53-fix-i18n-msg-writefile-error
Browse files Browse the repository at this point in the history
Fixed file generation
  • Loading branch information
CrisGrud authored Jan 25, 2024
2 parents 35f4eae + 90fae5a commit 7b96234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"copy:assets": "copyfiles --verbose ./src/**/*.{json,png,jpg,svg,xls,xlsx} ./dist/",
"republish": "npm run build:clean && yalc push",
"test:i18n": "rm -f test/out/*.json test/out/*.ts && nodemon --exec 'ts-node' src/cli/i18n-msg/index.ts",
"test": "jest --config jest.config.js --runInBand ",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.config.js --runInBand",
"test:watch": "jest --config jest.config.js --watch --detectOpenHandles",
"lintify": "eslint .",
"prettify": "prettier --write .",
Expand Down

0 comments on commit 7b96234

Please sign in to comment.