Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e770c commit d3d7d05Copy full SHA for d3d7d05
.github/workflows/test.yml
@@ -11,6 +11,8 @@ jobs:
11
run: yarn test
12
build-web:
13
runs-on: ubuntu-latest
14
+ env:
15
+ SKIP_PREFLIGHT_CHECK: true
16
steps:
17
- uses: actions/checkout@v2
18
- name: Install modules
web-app/package.json
@@ -29,6 +29,7 @@
29
"@alifd/theme-4": "^0.3.1",
30
"@emotion/babel-preset-css-prop": "^10.0.27",
31
"@emotion/core": "^10.0.28",
32
+ "babel-jest": "^26.1.0",
33
"js-yaml": "^3.14.0",
34
"markdown-it": "^11.0.0",
35
"markdown-it-emoji": "^1.4.0",
0 commit comments