Skip to content

Commit

Permalink
fix(npm scripts): Align start script with other apps (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsToNlele authored May 31, 2024
1 parent 76b43d1 commit 76aefe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:js:fix": "eslint config src --fix",
"lint:sass": "stylelint 'src/**/*.scss' --config .stylelintrc.json",
"nightly": "npm run deploy",
"start": "PROXY=true fec dev",
"start": "fec dev",
"start:proxy": "PROXY=true fec dev",
"start:mock": "PROXY=true MOCK=true fec dev",
"test:ct": "BABEL_ENV=component cypress run --component",
"test:openct": "BABEL_ENV=component cypress open --component",
Expand Down

0 comments on commit 76aefe8

Please sign in to comment.