Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Leshchev committed Sep 29, 2023
1 parent e1c7992 commit 31ae647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"g": "node ./bin/index.js g --all --file=./swagger.json --output=./.output/all",
"g:withRequestOptions": "node ./bin/index.js g --all --file=./swagger.json --output=./.output/withRequestOptions --withRequestOptions",
"g:alias": "node ./bin/index.js g --file=./swagger.json --aliasName alias --output=./.output/selected",
"g:unstrictId": "node ./bin/index.js g --all --file=./swagger.json --output=./.output/all --unstrictId",
"e2e": "npm run g && npm run g:withRequestOptions && ts-node ./e2e/e2e.ts",
"test": "jest",
"test:w": "jest --watch",
Expand Down

0 comments on commit 31ae647

Please sign in to comment.