Closed MichaelDimmitt closed 3 weeks ago
npm run test
for example would run the test script in the package.json.
The terminal command used to build the project is npx webpack
Please add that script to the readme and package.json So that when future developers look at your project they can immediately get it working.
Script added to both readme and package.json files.
cool!
Lets have the discussion below first. Tell me the webpack command you use on the terminal to build the project.