PR-706836: trying to fix depends on github actions.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-02 14:34:54 +00:00
parent 2cee6b00e2
commit 7bb697b805
2 changed files with 2 additions and 2 deletions

View File

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

View File

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