1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Use page instead of demo (#11118)

* Use page instead of demo

* Update netlify script

* Update ci.yml

* Rename demo -> page
This commit is contained in:
Paulus Schoutsen
2022-01-06 22:32:10 -08:00
committed by GitHub
parent 2c0d330f1f
commit 3133f9b01f
54 changed files with 242 additions and 144 deletions

View File

@@ -30,7 +30,7 @@ jobs:
env:
CI: true
- name: Build resources
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-demos
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages
- name: Run eslint
run: yarn run lint:eslint
- name: Run tsc