File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : pnpm install --frozen-lockfile
2626
27+ - name : Build package
28+ run : pnpm build
29+
2730 - name : Publish
2831 shell : bash
2932 run : pnpm publish --access public --no-git-checks
Original file line number Diff line number Diff line change 2424 registry-url : https://registry.npmjs.org
2525
2626 - name : Install dependencies
27- run : pnpm install --frozen-lockfile
27+ run : pnpm install --frozen-lockfile
28+
29+ - name : Build package
30+ run : pnpm build
Original file line number Diff line number Diff line change 11{
22 "name" : " vrchat-location-parser" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Parser for VRchat Locations" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments