File tree Expand file tree Collapse file tree 3 files changed +5
-730
lines changed Expand file tree Collapse file tree 3 files changed +5
-730
lines changed Original file line number Diff line number Diff line change 3939 - name : Install dependencies
4040 working-directory : typescript
4141 run : pnpm install
42+ env :
43+ CI : true
4244
4345 - name : Run linters
4446 working-directory : typescript
5860 - name : Build package
5961 working-directory : typescript
6062 run : pnpm build:prod
61-
63+
6264 - name : Publish to NPM
63- uses : actions/setup-node@v4
64- with :
65- node-version : ' 20.x'
66- registry-url : ' https://registry.npmjs.org'
67- - run : npm ci
6865 working-directory : typescript
69- - run : npm publish --provenance --access public
66+ run : npm publish --provenance --access public
7067 env :
7168 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1818 "test" : " vitest --run" ,
1919 "test:integration" : " vitest integration --run" ,
2020 "test:watch" : " vitest" ,
21- "test:integration:watch" : " vitest integration" ,
22- "change:add" : " changeset add" ,
23- "change:publish" : " pnpm build:prod && changeset publish --no-git-tag" ,
24- "change:version" : " changeset version && pnpm lint:fix" ,
25- "prepublishOnly" : " pnpm build:prod"
21+ "test:integration:watch" : " vitest integration"
2622 },
2723 "dependencies" : {
2824 "ethers" : " 6.13.5"
2925 },
3026 "devDependencies" : {
3127 "@biomejs/biome" : " 1.5.3" ,
32- "@changesets/cli" : " 2.27.10" ,
3328 "@types/node" : " 22.7.4" ,
3429 "cross-env" : " 7.0.3" ,
3530 "esbuild" : " >=0.25.0" ,
You can’t perform that action at this time.
0 commit comments