File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ Do you have a great idea or a request for a new feature? Please use [Discussions
7272 ```bash
7373 npm start
7474 ```
75- 7. Now each changes that you do on Reactylon project, will be reflected on playground project.
7675
77767. Test on plaground project.
78778. Go back on Reactylon project, write the integration tests and run them from the _packages/library_ directory using the command `npm run test`.
Original file line number Diff line number Diff line change 1010 },
1111 "scripts" : {
1212 "init" : " npm ci" ,
13- "build:local" : " bash ../../scripts/copy.sh && webpack serve --env isLogging=true" ,
13+ "build:local" : " bash ../../scripts/copy.sh && webpack --env isLogging=true" ,
1414 "build" : " webpack --env environment=PROD" ,
1515 "test" : " NODE_OPTIONS=--experimental-vm-modules jest" ,
1616 "test:debug" : " NODE_OPTIONS=--experimental-vm-modules node --inspect-brk ../../node_modules/.bin/jest" ,
You can’t perform that action at this time.
0 commit comments