Skip to content

Commit

Permalink
Fix build script in i18n package
Browse files Browse the repository at this point in the history
Closes #1301
  • Loading branch information
peterMuriuki committed Dec 8, 2023
1 parent f93c447 commit bc1a650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"tsc": "run -T tsc",
"lint": "run -T eslint ./**/*.{js,jsx,ts,tsx}",
"copy": "run -T copyfiles -u 1 \"./src/**/*.{css,html}\" \"./dist/\"",
"build": "run tsc && run transpile && run copy",
"transpile": "run -T babel src -d dist --root-mode upward --extensions .ts,.tsx --ignore '**/*.test.ts,**/*.test.tsx,**/tests,**/__tests__'"
"build": "yarn rollup -c && yarn run tsc && yarn run copy"
},
"jest": {
"automock": false,
Expand Down

0 comments on commit bc1a650

Please sign in to comment.