mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 05:26:58 -06:00
Merge pull request #73 from aleleba/PR-706836
PR-706836: trying to fix depends on github actions.
This commit is contained in:
commit
1e671e7f1e
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -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
|
||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
test-build-package:
|
||||
needs: test
|
||||
needs: [ test, cypress-run ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user