Skip to content

Commit

Permalink
Add dev script to skip linting and create-react-play when starting to…
Browse files Browse the repository at this point in the history
… develop the app (#1400)

Co-authored-by: Thierry Parlier <[email protected]>
  • Loading branch information
Angra974 and Thierry Parlier authored Dec 13, 2023
1 parent b531a9f commit 7d9a841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
filemode = false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"workbox-window": "^7.0.0"
},
"scripts": {
"dev": "react-scripts start",
"start:nolint": "npx --yes create-react-play@latest -p && react-scripts start",
"start": "npx --yes create-react-play@latest -p && npm run lint && react-scripts start",
"build": "npx --yes create-react-play@latest -p && react-scripts build",
Expand Down

0 comments on commit 7d9a841

Please sign in to comment.