Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix: PNPM package.json scripts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Oct 29, 2022
1 parent 48ddb9e commit 2e017d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"build:esm": "tsc -p tsconfig.esm.json",
"build:hybrid": "scripts/pre-build.sh && pnpm build && pnpm build:esm && scripts/post-build.sh",
"lint": "eslint src __tests__",
"lint:fix": "pnpm lint -- --fix",
"lint:fix": "pnpm lint --fix",
"test": "node --no-compilation-cache --expose-gc node_modules/jest/bin/jest --logHeapUsage",
"test:coverage": "pnpm test -- --coverage",
"test:ci": "pnpm test:coverage -- --ci --verbose --no-cache"
"test:ci": "pnpm test:coverage --ci --verbose --no-cache"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2e017d7

Please sign in to comment.