Skip to content

Commit ef3bd19

Browse files
committed
dev notes added
1 parent 96500a7 commit ef3bd19

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

dev-notes.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#Dev Notes
2+
Just some dev things I may forget unless I write them down. Not really for general consumption.
3+
4+
## NPM
5+
6+
Despite Yarn being (in my experience) more straight forward and stable than NPM, the codebase has been switched back to NPM. This is primarily because Lerna seems to work better with NPM. Also, npm supports the "prepublishOnly" script, which we make use of.
7+
8+
## Build Steps
9+
10+
- Prepublish script used to move key files (package.json) to the dist/src directory before publish

packages/graphql-codegen-hasura-shared/dist/src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-shared",
3-
"version": "3.7.0",
3+
"version": "3.8.0-alpha.0",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript Config for Hasura from Documents",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",
@@ -35,5 +35,5 @@
3535
"typescript": {
3636
"definition": "dist/graphql-codegen-hasura-client-config/src/index.d.ts"
3737
},
38-
"gitHead": "04e2be24ed1aa1bfe5639e46b7accf9cbd8154d7"
38+
"gitHead": "96500a78e589a368c00154dd6dbdf089c0578259"
3939
}

0 commit comments

Comments
 (0)