Skip to content

Commit

Permalink
leverage adhoc keys, pnpm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Mar 31, 2024
1 parent c3b8f42 commit 1a7f6ff
Show file tree
Hide file tree
Showing 7 changed files with 4,327 additions and 3,529 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"test": "jest",
"test-with-coverage": "jest --collect-coverage",
"pretty": "npx prettier --write src",
"docs:dev": "yarn --cwd docs start",
"docs:dev": "pnpm --cwd docs start",
"docs:build-i18n": "ts-node scripts/build-i18n-docs",
"docs:deploy": "GIT_USER=dbrrt USE_SSH=true yarn --cwd docs deploy",
"docs:deploy": "GIT_USER=dbrrt USE_SSH=true pnpm --cwd docs deploy",
"tsdoc:build": "typedoc --out tsdoc lib",
"tsdoc:deploy": "NETLIFY_SITE_ID=7a9aa5c4-6218-4d61-b482-999b3a32f38a netlify deploy --dir=tsdoc --prod",
"tsdoc:netlify": "yarn tsdoc:build && yarn tsdoc:deploy",
"tsdoc:netlify": "pnpm tsdoc:build && pnpm tsdoc:deploy",
"size": "node scripts/file-size ./dist/index.js ./dist/index.js.map",
"lib:build:clean": "rm -rf pkg",
"build": "yarn lib:build:clean && tsup src/index.ts",
"lib:publish": "yarn build && yarn publish",
"build": "pnpm lib:build:clean && tsup src/index.ts",
"lib:publish": "pnpm build && pnpm publish",
"version": "npm run build"
},
"repository": {
Expand Down
Loading

0 comments on commit 1a7f6ff

Please sign in to comment.