diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a93c91f..3bbbb32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: - name: Build pages run: | cd ./demo-web/ + npm install npm run build cd .. mkdir -p ./pages/demo-web/ diff --git a/demo-web/index.html b/demo-web/index.html index 5e2024c..8e15be2 100644 --- a/demo-web/index.html +++ b/demo-web/index.html @@ -3,7 +3,6 @@ Redux Remember demo (web) -