Merge pull request #73 from aleleba/PR-706836

PR-706836: trying to fix depends on github actions.
This commit is contained in:
Alejandro Lembke Barrientos 2023-03-02 08:41:49 -06:00 committed by GitHub
commit 1e671e7f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
build: npm run build build: npm run build
start: npm start start: npm start
publish-npm: publish-npm:
needs: build needs: [ build, cypress-run ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -35,7 +35,7 @@ jobs:
build: npm run build build: npm run build
start: npm start start: npm start
test-build-package: test-build-package:
needs: test needs: [ test, cypress-run ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1,6 +1,6 @@
{ {
"name": "@aleleba/create-react-ssr", "name": "@aleleba/create-react-ssr",
"version": "3.8.0", "version": "3.8.1",
"description": "Starter Kit of server side render of react", "description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "src/server/index", "main": "src/server/index",