File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : curl
18
18
uses : wei/curl@master
19
19
with :
20
- args : -o ./build/loadable-stats.json https://static.velog.io/loadable-stats.json
20
+ args : -o ./build/loadable-stats.json " https://static.velog.io/loadable-stats.json" --create-dirs
21
21
- name : serverless deploy
22
22
uses : serverless/github-action@master
23
23
with :
Original file line number Diff line number Diff line change 149
149
"build:server" : " node scripts/build.server.js" ,
150
150
"start:server:local" : " node ./dist/server.js" ,
151
151
"test" : " node scripts/test.js" ,
152
- "download:stats" : " curl -o ./build/loadable-stats.json https://static.velog.io/loadable-stats.json"
152
+ "download:stats" : " curl -o ./build/loadable-stats.json \" https://static.velog.io/loadable-stats.json\" --create-dirs "
153
153
},
154
154
"eslintConfig" : {
155
155
"extends" : [
You can’t perform that action at this time.
0 commit comments