Skip to content

Commit

Permalink
last time! 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaaryan committed Jul 21, 2022
1 parent c973e5d commit f0ecbed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: setup:checkout
uses: actions/checkout@master
- name: setup:node
uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: setup:python3.7
uses: actions/setup-python@v1
with:
Expand All @@ -27,6 +32,6 @@ jobs:
run: |
yarn compile:prod && cd dist
- name: publish:package
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@
"name": "FSUIPC [Node Open Source Team], foxsys-xyz",
"url": "https://github.com/foxsys-xyz"
},
"repository": {
"type": "git",
"url": "https://github.com/foxsys-xyz/fsuipc-api"
},
"homepage": "https://github.com/foxsys-xyz",
"license": "MIT",
"main": "./api.js",
"types": "./lib/index.d.ts",
"publishConfig": {
"@foxsys-xyz:registry": "https://npm.pkg.github.com"
},
"scripts": {
"start": "nodemon --exec cross-env TS_NODE_FILES=true TS_NODE_TYPE_CHECK=true TS_NODE_PROJECT=src/tsconfig.app.json node --inspect -r tsconfig-paths/register -r ts-node/register ./src/api.ts",
"compile:dev": "tsc --declaration -p src/tsconfig.app.json",
Expand Down

0 comments on commit f0ecbed

Please sign in to comment.