We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b613f commit 9a6456aCopy full SHA for 9a6456a
.github/workflows/ci.yml
@@ -21,7 +21,8 @@ jobs:
21
uses: actions/setup-node@v2
22
with:
23
node-version: '18' # Specify the Node.js version
24
-
+ - name: navigation frontpage
25
+ run: cd spez-frontend
26
- name: Install dependencies
27
run: npm install
28
spez-frontend/.gitignore
@@ -1,5 +1,5 @@
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+/__tests__/
3
# dependencies
4
/node_modules
5
/.pnp
@@ -34,3 +34,4 @@ yarn-error.log*
34
# typescript
35
*.tsbuildinfo
36
next-env.d.ts
37
0 commit comments