File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -111,5 +111,5 @@ jobs:
111111 with :
112112 github_token : ${{ secrets.GITHUB_TOKEN }}
113113 package_manager : pnpm
114- build_script : build
114+ build_script : build-for-size-limit
115115 skip_step : install
Original file line number Diff line number Diff line change 7676 "start" : " nps" ,
7777 "nps" : " nps" ,
7878 "build" : " pnpm --filter react-on-rails run build && pnpm --filter react-on-rails-pro run build && pnpm --filter react-on-rails-pro-node-renderer run build" ,
79+ "build-for-size-limit" : " cp /tmp/size-limit-config.json .size-limit.json && pnpm build" ,
7980 "build-watch" : " pnpm -r run build-watch" ,
8081 "lint" : " nps eslint" ,
8182 "lint:scss" : " stylelint \" react_on_rails/spec/dummy/app/assets/stylesheets/**/*.scss\" \" react_on_rails/spec/dummy/client/**/*.scss\" " ,
You can’t perform that action at this time.
0 commit comments