Skip to content

Commit

Permalink
fixup! fixup! feat(react-18-tests-v8): enable build-less DX for start…
Browse files Browse the repository at this point in the history
…,test,e2e and normalize all test scenarios
  • Loading branch information
Hotell committed Nov 23, 2022
1 parent eda0889 commit df82d58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/react-18-tests-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"scripts": {
"build": "just-scripts build",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"format": "prettier -w . --ignore-path ../.prettierignore",
"format:check": "yarn format -c",
"e2e": "cypress run --component",
"e2e:local": "cypress open --component",
"lint": "just-scripts lint",
"lint": "eslint --ext .js,.ts.,.tsx ./src",
"test": "jest --passWithNoTests",
"start": "webpack-dev-server --mode=development --config=webpack.config.js",
"start": "webpack-dev-server --mode=development",
"type-check": "tsc -b tsconfig.json"
},
"devDependencies": {
Expand Down

0 comments on commit df82d58

Please sign in to comment.