Skip to content

Commit

Permalink
Add yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 21, 2021
1 parent 5e4ef3e commit a51075e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
17 changes: 14 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"axios": "^0.19.2",
Expand All @@ -55,11 +56,13 @@
"tsdx": "^0.14.1",
"tslib": "^1.10.0",
"typescript": "^4.2.3",
"typings-tester": "^0.3.2"
"typings-tester": "^0.3.2",
"yargs": "^15.3.1"
},
"scripts": {
"build-ci": "node scripts/cli.js && tsc && tsc -p src/query/tsconfig.json && api-extractor run",
"build": "node scripts/cli.js && tsc && tsc -p src/query/tsconfig.json && api-extractor run --local",
"build:original": "node scripts/cli.js && tsc && tsc -p src/query/tsconfig.json && api-extractor run --local",
"build": "node scripts/cli.js && tsc && tsc -p src/query/tsconfig.json",
"dev": "tsdx watch --format cjs,esm,system,umd",
"format": "prettier --write \"src/**/*.{ts,tsx}\" \"**/*.md\"",
"format:check": "prettier --list-different \"src/**/*.{ts,tsx}\" \"docs/*/**.md\"",
Expand Down

0 comments on commit a51075e

Please sign in to comment.