Skip to content

Commit

Permalink
fix(PR): fix yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Feb 7, 2024
1 parent 23a9f98 commit 5accf25
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 463 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
"test:e2e": "env-cmd -f .env.development jest --testPathPattern=e2e --detectOpenHandles",
"test:e2e:production": "env-cmd -f .env.production jest --testPathPattern=e2e --detectOpenHandles",
"eject": "react-scripts eject",
"lint:check": "eslint . --ext .ts,.tsx",
"lint": "npm run lint:check -- --fix",
"_format": "prettier \"**/*.{ts,tsx,json,md}\"",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different",
"prepare": "husky install",
"serve-build": "npm run build && npx serve -s build",
"start-with-lib": "concurrently \"yarn start-rewired\" \"cd ./node_modules/@inseefrlab/lunatic-edt && tsc-watch\""
},
Expand Down
Loading

0 comments on commit 5accf25

Please sign in to comment.