Skip to content

Commit

Permalink
unify build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed Jan 6, 2022
1 parent da75a9c commit 2a084d5
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 @@ -6,7 +6,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "node scripts/watcher.mjs",
"build": "pnpm -r build:locales && pnpm -r build:pkg && pnpm -r build:types",
"build": "pnpm -r build",
"test": "jest",
"lint": "pnpm -r lint",
"version-packages": "changeset version",
Expand Down

0 comments on commit 2a084d5

Please sign in to comment.