File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88 - packages/react-router-config/node_modules
99 - packages/react-router-dom/node_modules
1010 - packages/react-router-native/node_modules
11- - packages/react-router-redux/node_modules
1211 - website/node_modules
1312install :
1413 - npm ci
1514before_script :
16- - npm run build
15+ - npm run build -- --no-website
1716before_deploy :
1817 - openssl aes-256-cbc -K $encrypted_70c5e56b421c_key -iv $encrypted_70c5e56b421c_iv
1918 -in website_deploy_key.enc -out website_deploy_key -d
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ const cwd = process.cwd();
1616 }
1717) ;
1818
19- // Skip building the website in CI.
20- if ( ! process . env . CI ) {
19+ if ( ! process . argv . includes ( "--no-website" ) ) {
2120 process . chdir ( path . resolve ( __dirname , "../website" ) ) ;
2221 exec ( "npm run build" ) ;
2322}
You can’t perform that action at this time.
0 commit comments