mirror of https://github.com/yb/uptime-status
fix
parent
18793d46c6
commit
9ab8833155
|
@ -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}}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue