Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 9, 2023
1 parent e9b45dd commit ba11dc6
Show file tree
Hide file tree
Showing 2 changed files with 1,143 additions and 30 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"build2": "pnpm run -r build2",
"test": "pnpm run -r test",
"beff": "pnpm run -r beff",
"all": "pnpm run build0 && pnpm run ts && pnpm run build && pnpm run beff && pnpm run build2 && pnpm run test"
"all": "pnpm run build0 && pnpm run ts && pnpm run build && pnpm run beff && pnpm run build2 && pnpm run test",
"sd": "docsify serve docs"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"docsify-cli": "^4.4.4"
}
}
Loading

0 comments on commit ba11dc6

Please sign in to comment.