Skip to content

Commit

Permalink
fix: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Sep 18, 2024
1 parent 560a35a commit 950907a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"dist"
],
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"dev": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint 'src/**/*.ts'",
"format": "prettier --write 'src/**/*.ts'",
"codegen": "graphql-codegen"
"codegen": "graphql-codegen",
"publish:beta": "pnpm clean && pnpm build && pnpm publish --access public --tag beta --no-git-checks"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 950907a

Please sign in to comment.