Skip to content

Commit

Permalink
choe: yarnをpnpmに置き換える (#DTB-1986) (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-se authored Jun 10, 2024
1 parent 7228e51 commit 6c6b6f9
Show file tree
Hide file tree
Showing 3 changed files with 4,170 additions and 3,486 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@
"description": "",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=20",
"yarn": ">=1.22"
},
"type": "module",
"scripts": {
"open:prod": "clasp_config_project=.clasp.prod.json clasp open",
"open:dev": "clasp_config_project=.clasp.dev.json clasp open",
"lint": "eslint src/**/*.ts",
"lint-fix": "yarn lint --fix",
"lint-fix": "pnpm lint --fix",
"format": "prettier --write src/**/*.ts",
"type-check": "tsc --noEmit",
"build": "node build.js",
"buildpush:prod": "yarn run build && cp appsscript.json build/appsscript.json && clasp_config_project=.clasp.prod.json clasp push --force",
"buildpush:dev": " yarn run build && cp appsscript.json build/appsscript.json && clasp_config_project=.clasp.dev.json clasp push --force",
"open:dev": "clasp_config_project=.clasp.dev.json clasp open",
"open:prod": "clasp_config_project=.clasp.prod.json clasp open",
"buildpush:prod": "pnpm run build && cp appsscript.json build/appsscript.json && clasp_config_project=.clasp.prod.json clasp push --force",
"buildpush:dev": " pnpm run build && cp appsscript.json build/appsscript.json && clasp_config_project=.clasp.dev.json clasp push --force",
"postinstall": "mkdir -p build && cp appsscript.json build/appsscript.json"
},
"dependencies": {},
Expand All @@ -34,5 +30,6 @@
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}
Loading

0 comments on commit 6c6b6f9

Please sign in to comment.