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 6aeb341 commit 4d47f8aCopy full SHA for 4d47f8a
.github/workflows/deploy-to-gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
cd website
23
npm install
24
- npm build
+ npm run build
25
26
- name: Create Directory Stucture
27
netlify.toml
@@ -1,6 +1,6 @@
1
[build]
2
publish = ""
3
-command = "npm install; npm build"
+command = "npm install; npm run build"
4
5
[build.environment]
6
NODE_VERSION = "20"
0 commit comments