Skip to content

Commit

Permalink
Update package.json to be more xplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousif Touma committed Dec 15, 2023
1 parent b5531e9 commit 07d5ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"check-deps-match": "node scripts/check-deps-match.js",
"check-builds": "node scripts/check-builds.js",
"check-imports": "node scripts/check-imports.js",
"check-prettier": "prettier -l 'packages/**/src/**/*.{ts,tsx,css}' --ignore-path .gitignore --no-config",
"prettier": "prettier --write 'packages/**/src/**/*.{ts,tsx,css}' --ignore-path .gitignore --no-config --cache",
"check-prettier": "prettier -l \"packages/**/src/**/*.{ts,tsx,css}\" --ignore-path .gitignore --no-config",
"prettier": "prettier --write \"packages/**/src/**/*.{ts,tsx,css}\" --ignore-path .gitignore --no-config --cache",
"check-circular-deps": "find ./packages -type d -name dist | xargs yarn dpdm --transform --warning false --tree false --exit-code circular:1",
"check-circular-deps-stories": "find ./packages -type f -name '*.stories.tsx' | xargs yarn dpdm --transform --warning false --tree false --exit-code circular:1"
"check-circular-deps-stories": "find ./packages -type f -name \"*.stories.tsx\" | xargs yarn dpdm --transform --warning false --tree false --exit-code circular:1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 07d5ef8

Please sign in to comment.