File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7070
7171 deploy :
7272 name : Deploy
73- if : github.ref_name == 'main '
73+ if : github.ref_name == 'hf/broken-images '
7474 needs : build
7575 runs-on : ubuntu-latest
7676
Original file line number Diff line number Diff line change 2222 "predev" : " concurrently 'npm run clean' 'npm run generate-tags'" ,
2323 "dev" : " eleventy --serve --quiet" ,
2424 "debug:eleventy" : " DEBUG=Eleventy* eleventy" ,
25- "generate-tags" : " ./tools/tag-helper.js 'content/blog' 'data/content-tags.json'" ,
25+ "generate-tags" : " node ./tools/tag-helper.js 'content/blog' 'data/content-tags.json'" ,
2626 "prestart" : " npm run build" ,
27- "start" : " http-server ./dist --port 8081" ,
28- "test" : " playwright test --config=playwright.config.js"
27+ "start" : " http-server ./_site --port 8081" ,
28+ "test" : " playwright test --config=playwright.config.js" ,
29+ "postinstall" : " playwright install-deps"
2930 },
3031 "devDependencies" : {
3132 "@11ty/eleventy" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ export default defineConfig({
7272 ] ,
7373
7474 webServer : {
75- command : 'npm run dev ' ,
76- url : 'http://127.0.0.1:8080 ' ,
75+ command : 'npm start ' ,
76+ url : 'http://127.0.0.1:8081 ' ,
7777 reuseExistingServer : ! process . env . CI ,
7878 } ,
7979} ) ;
You can’t perform that action at this time.
0 commit comments