mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-12 18:28:50 +00:00
Replace pnpm with npm in GitHub Actions workflow for dependency installation, building, and publishing steps
This commit is contained in:
parent
f4e76d2876
commit
4459fc6c49
8
.github/workflows/publish-npm.yml
vendored
8
.github/workflows/publish-npm.yml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: npm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build SDK
|
- name: Build SDK
|
||||||
run: pnpm build
|
run: npm build
|
||||||
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: npm publish --access public
|
run: npm publish --access public
|
||||||
@ -48,10 +48,10 @@ jobs:
|
|||||||
scope: '@network'
|
scope: '@network'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: npm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build SDK
|
- name: Build SDK
|
||||||
run: pnpm build
|
run: npm build
|
||||||
|
|
||||||
- name: Publish to GitHub Packages
|
- name: Publish to GitHub Packages
|
||||||
run: npm publish
|
run: npm publish
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "network-ts-sdk",
|
"name": "network-ts-sdk",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "TypeScript SDK for DeBros Network Gateway",
|
"description": "TypeScript SDK for DeBros Network Gateway",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user