pull/47/head
Ilya 2023-03-12 16:40:34 +02:00
parent 18793d46c6
commit 9ab8833155
2 changed files with 3 additions and 4 deletions

View File

@ -30,6 +30,6 @@ jobs:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- npm publish --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.ALL_TOKEN}}

View File

@ -1,11 +1,10 @@
{
"name": "status-bot",
"name": "@hostlikepro/status-bot",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node test.js"
"build": "react-scripts build"
},
"dependencies": {
"axios": "^0.27.2",