Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisGrud committed Jan 25, 2024
1 parent 29442db commit 90fae5a
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": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"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 90fae5a

Please sign in to comment.