Skip to content

Commit

Permalink
add generateNonCodeFiles script root shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi committed Jan 31, 2024
1 parent 575a3f6 commit 81740b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"lint": "npm run lint -w packages/ && npm run format",
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts packages plugins && npm run formatfix",
"clean": "npm run clean -w packages/ -w plugins/",
"reset": "npm run clean && ts-node ./scripts/clean.ts node_modules packages/toolkit/node_modules && npm install"
"reset": "npm run clean && ts-node ./scripts/clean.ts node_modules packages/toolkit/node_modules && npm install",
"generateNonCodeFiles": "npm run generateNonCodeFiles -w packages/"
},
"devDependencies": {
"eslint": "^8.26.0",
Expand Down

0 comments on commit 81740b2

Please sign in to comment.