ci: remove missing needs

This commit is contained in:
Luke Bennett 2021-06-13 04:20:24 +01:00
parent 4498e04e31
commit 203f4a6cf1
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
3 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1

View file

@ -2,7 +2,7 @@
"name": "ccash-client-js",
"version": "1.2.0",
"description": "JS HTTP client for CCash",
"main": "./dist/cjs",
"main": "./dist",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist/cjs",
"outDir": "./dist",
"target": "es2015",
"module": "commonjs",
"declaration": true,