Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 19, 2024
1 parent 6e028fc commit 3711a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"generate:types": "tsc -p generator/ && node dist/generator/TypesGenerator.js",
"generate:jsdocs": "tsc -p generator/ && node dist/generator/AddJSDocs.js",
"lint": "eslint --ext .ts src/ --fix",
"generate:all": "(npm run apidata:clone || true) && npm run apidata:sync && npm run apidata:replace && npm run generate:main && npm run generate:types && npm run generate:jsdocs"
"generate:all": "(npm run apidata:clone || true) && npm run apidata:sync && npm run apidata:replace && npm run generate:types && npm run generate:main && npm run generate:jsdocs"
},
"files": [
"dist/src/",
Expand Down

0 comments on commit 3711a6e

Please sign in to comment.