Skip to content

Commit

Permalink
chore: adjusted command
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Apr 5, 2024
1 parent e9e9150 commit 0de7641
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 @@ -57,7 +57,7 @@
"lint:fix": "yarn lint --fix",
"prettify": "prettier \"**/*.{ts,tsx,graphql,md}\" --write",
"qa": "tsc --noEmit && yarn test --coverage && yarn lint && yarn format",
"prepack": "yarn build && cpy ./dist/mjs/**/*.d.ts ."
"prepack": "yarn build && cpy \"./dist/mjs/**/*.d.ts\" ."
},
"exports": {
".": {
Expand Down

0 comments on commit 0de7641

Please sign in to comment.