Skip to content

Commit 32c75aa

Browse files
committed
Merge remote-tracking branch 'skeleton/pnpm'
2 parents 6360b51 + 65f42fb commit 32c75aa

4 files changed

Lines changed: 7108 additions & 8776 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ jobs:
99
- run:
1010
name: Setup NPM Token
1111
command: |
12-
yarn config set registry "https://registry.npmjs.org/"
13-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
14-
echo "registry=https://registry.npmjs.org/" >> .npmrc
12+
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
13+
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
14+
- run:
15+
name: Install pnpm
16+
command: sudo npm install --global pnpm
1517
- run:
1618
name: Install Dependencies
17-
command: yarn install --frozen-lockfile
19+
command: pnpm install --frozen-lockfile
1820
- run:
1921
name: build
20-
command: yarn run prepublishOnly
22+
command: pnpm prepublishOnly
2123
- run:
2224
name: upload test coverage
23-
command: yarn codecov
25+
command: pnpm codecov
2426
- run:
2527
name: release
26-
command: yarn run semantic-release
28+
command: pnpm semantic-release

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
"@commitlint/cli": "^13.2.0",
9494
"@commitlint/config-conventional": "^13.2.0",
9595
"@jedwards1211/commitlint-config": "^1.0.2",
96-
"@jedwards1211/eslint-config-typescript": "^2.0.2",
9796
"@jedwards1211/eslint-config": "^2.0.2",
98-
"@types/chai-as-promised": "^7.1.2",
97+
"@jedwards1211/eslint-config-typescript": "^2.0.2",
9998
"@types/chai": "^4.2.22",
99+
"@types/chai-as-promised": "^7.1.2",
100100
"@types/fs-extra": "^8.0.1",
101101
"@types/graphql": "^14.5.0",
102102
"@types/jscodeshift": "^0.6.3",
@@ -110,23 +110,22 @@
110110
"@typescript-eslint/typescript-estree": "^4.32.0",
111111
"babel-eslint": "^10.0.1",
112112
"babel-plugin-istanbul": "^6.0.0",
113-
"chai-as-promised": "^7.1.1",
114113
"chai": "^4.3.4",
114+
"chai-as-promised": "^7.1.1",
115115
"codecov": "^3.8.3",
116116
"copy": "^0.3.2",
117117
"cross-env": "^7.0.3",
118-
"eslint-config-prettier": "^8.3.0",
119-
"eslint-watch": "^4.0.2",
120118
"eslint": "^7.32.0",
119+
"eslint-config-prettier": "^8.3.0",
121120
"flow-bin": "^0.161.0",
122121
"husky": "^7.0.2",
123122
"istanbul": "^0.4.5",
124123
"jscodeshift": "^0.7.0",
125124
"lint-staged": "^11.1.2",
126125
"mocha": "^9.1.2",
127126
"nyc": "^15.1.0",
128-
"prettier-eslint": "^13.0.0",
129127
"prettier": "^2.4.1",
128+
"prettier-eslint": "^13.0.0",
130129
"require-glob": "^3.2.0",
131130
"rimraf": "^3.0.2",
132131
"semantic-release": "^18.0.0",

0 commit comments

Comments
 (0)