mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add clean install script
This commit is contained in:
parent
d18a298f64
commit
620f70fdd6
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"clean-install": "rm -rf node_modules && npm install",
|
||||
"generate-dev": "npm run generate && npm test",
|
||||
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
|
||||
"build-lists": "node -r esm build-lists.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue