Skip to content

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed May 29, 2024
1 parent d93c447 commit 6c65747
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 856 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_install: false

- name: Install dependencies
run: pnpm i
run: pnpm install

- name: Lint packages
run: pnpm lint
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@rgbpp-sdk/ckb",
"name": "typeid-contract-cell-deps",
"version": "0.1.0",
"scripts": {
"test": "vitest",
"update:cellDeps": "npx ts-node src/index.ts",
"format": "prettier --write 'src/*.ts'",
"lint": "eslint --ext .ts src/*"
Expand All @@ -19,8 +18,7 @@
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 6c65747

Please sign in to comment.