File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 70
70
71
71
deploy :
72
72
name : Deploy
73
- if : github.ref_name == 'main '
73
+ if : github.ref_name == 'hf/broken-images '
74
74
needs : build
75
75
runs-on : ubuntu-latest
76
76
Original file line number Diff line number Diff line change 22
22
"predev" : " concurrently 'npm run clean' 'npm run generate-tags'" ,
23
23
"dev" : " eleventy --serve --quiet" ,
24
24
"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'" ,
26
26
"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"
29
30
},
30
31
"devDependencies" : {
31
32
"@11ty/eleventy" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ export default defineConfig({
72
72
] ,
73
73
74
74
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 ' ,
77
77
reuseExistingServer : ! process . env . CI ,
78
78
} ,
79
79
} ) ;
You can’t perform that action at this time.
0 commit comments