Afer1991 / to-do-list

1 stars 0 forks source link

feature request, show the webpack script #1

Closed MichaelDimmitt closed 3 weeks ago

MichaelDimmitt commented 1 month ago
  1. Add to package.json
  2. Add to readme.md

Lets have the discussion below first. Tell me the webpack command you use on the terminal to build the project.

MichaelDimmitt commented 1 month ago

npm run test for example would run the test script in the package.json.

Afer1991 commented 1 month ago

The terminal command used to build the project is npx webpack

MichaelDimmitt commented 1 month ago

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.

Afer1991 commented 3 weeks ago

Script added to both readme and package.json files.

MichaelDimmitt commented 3 weeks ago

cool!