Skip to content

Commit

Permalink
npm clean
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeWall committed Mar 19, 2023
1 parent 9150060 commit 7bd7442
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1 deletion.
158 changes: 158 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc",
"release": "npm run lint && npm run build"
"clean": "rimraf src docs .github",
"release": "npm run lint && npm run build && npm run clean"
},
"dependencies": {
"@apollo/client": "^3.7.4",
"graphql": "^16.6.0"
},
"devDependencies": {
"prettier": "2.7.1",
"rimraf": "^4.4.0",
"tsup": "^6.6.3",
"tsx": "^3.12.3",
"typescript": "^4.9.3"
Expand Down

0 comments on commit 7bd7442

Please sign in to comment.