Skip to content

Commit 5495e84

Browse files
committed
feat: strong type move target property
1 parent 313ded3 commit 5495e84

File tree

5 files changed

+174
-155
lines changed

5 files changed

+174
-155
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"lint": "eslint src scripts __tests__ --ext ts --fix",
1212
"test": "jest",
1313
"build": "tsc -b src",
14-
"watch": "tsc -w -b src",
14+
"watch": "tsc -b src -w",
1515
"dev": "nodemon build/index.js",
1616
"commit": "git-cz",
1717
"cz": "git-cz",
1818
"up": "yarn upgrade-interactive --latest",
1919
"sversion": "standard-version",
2020
"codegen": "graphql-codegen && tsc -b typings",
2121
"cloud:start": "node index.js",
22-
"prepublishOnly": "yarn build && yarn codegen",
22+
"prepublishOnly": "yarn codegen",
2323
"scripts:runner": "ts-node -P tsconfig.eslint.json",
2424
"scripts:validateNoOnly": "yarn scripts:runner scripts/validateNoOnly",
2525
"scripts:yarnAfterPull": "yarn scripts:runner scripts/yarnAfterPull",

0 commit comments

Comments
 (0)