Skip to content

Commit

Permalink
also add the action..
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed May 13, 2024
1 parent 7aaf12a commit 860cfbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"eslint:check": "eslint --max-warnings=0 '**/*.{ts,tsx}'",
"eslint:fix": "pnpm run eslint:check --fix",
"lint": "pnpm run eslint:check && pnpm run prettier:check",
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix",
"subdomains::01": "pnpm ts-node transactions/subnames/01.ts"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 860cfbc

Please sign in to comment.