Skip to content

Commit

Permalink
feat: strong type move target property
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 1, 2020
1 parent 313ded3 commit 5495e84
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 155 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"lint": "eslint src scripts __tests__ --ext ts --fix",
"test": "jest",
"build": "tsc -b src",
"watch": "tsc -w -b src",
"watch": "tsc -b src -w",
"dev": "nodemon build/index.js",
"commit": "git-cz",
"cz": "git-cz",
"up": "yarn upgrade-interactive --latest",
"sversion": "standard-version",
"codegen": "graphql-codegen && tsc -b typings",
"cloud:start": "node index.js",
"prepublishOnly": "yarn build && yarn codegen",
"prepublishOnly": "yarn codegen",
"scripts:runner": "ts-node -P tsconfig.eslint.json",
"scripts:validateNoOnly": "yarn scripts:runner scripts/validateNoOnly",
"scripts:yarnAfterPull": "yarn scripts:runner scripts/yarnAfterPull",
Expand Down
Loading

0 comments on commit 5495e84

Please sign in to comment.