Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 31, 2024
1 parent 99f0762 commit 6c58f18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/modules/sandbox/CodeSandbox.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ describe('CodeSandbox', () => {
devDependencies: {
'react-scripts': 'latest',
},
scripts: {
start: 'react-scripts start',
build: 'react-scripts build',
test: 'react-scripts test',
eject: 'react-scripts eject',
},
},
},
'public/index.html': {
Expand Down Expand Up @@ -130,7 +136,10 @@ ReactDOM.createRoot(document.querySelector("#root")).render(
},
main: 'index.tsx',
scripts: {
build: 'react-scripts build',
eject: 'react-scripts eject',
start: 'react-scripts start',
test: 'react-scripts test',
},
},
},
Expand Down

0 comments on commit 6c58f18

Please sign in to comment.