Skip to content

Commit

Permalink
Use pwa-kit-dev for lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
vcua-mobify committed May 10, 2023
1 parent ba5e7ad commit f46d83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"react-router-dom": "^5.3.4"
},
"scripts": {
"format": "internal-lib-build format \"**/*.{js,jsx,tsx}\"",
"lint": "internal-lib-build lint \"**/*.{js,jsx,tsx}\"",
"format": "pwa-kit-dev format \"**/*.{js,jsx,tsx}\"",
"lint": "pwa-kit-dev lint \"**/*.{js,jsx}\"",
"lint:fix": "npm run lint -- --fix",
"save-credentials": "pwa-kit-dev save-credentials",
"start": "pwa-kit-dev start",
Expand Down

0 comments on commit f46d83e

Please sign in to comment.