Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ae1c3f1

Browse files
author
David Dooling
committed
Update package scripts
1 parent c249540 commit ae1c3f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
"compile": "run-s compile:ts",
6262
"compile:ts": "tsc --project .",
6363
"doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
64-
"git:info": "atm-git-info",
65-
"gql:gen": "graphql-codegen",
64+
"gql:gen": "atm-skill gql-generate",
6665
"lint": "run-p lint:eslint lint:prettier",
6766
"lint:eslint": "eslint --ext .ts .",
6867
"lint:prettier": "prettier --list-different \"**/*.{graphql,json,markdown,md,yaml,yml}\"",

0 commit comments

Comments
 (0)