File tree Expand file tree Collapse file tree
packages/google-analytics-embed-react Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "backend_auth:build" : " npm run build --workspace sites/react-backend-auth" ,
3131 "frontend_auth:start" : " npm run start --workspace sites/react-frontend-auth" ,
3232 "frontend_auth:build" : " npm run build --workspace sites/react-frontend-auth" ,
33- "reactlib:build" : " npm run build --workspace packages/google-analytics-embed-react"
33+ "reactlib:build" : " npm run build --workspace packages/google-analytics-embed-react" ,
34+ "reactlib:build:prod" : " npm run build:prod --workspace packages/google-analytics-embed-react"
3435 },
3536 "private" : true ,
3637 "workspaces" : {
Original file line number Diff line number Diff line change 1717 },
1818 "scripts" : {
1919 "build" : " rollup -c --bundleConfigAsCjs" ,
20+ "build:prod" : " rollup -c --bundleConfigAsCjs --environment BUILD:production" ,
2021 "prettier:check" : " prettier --check src/*" ,
2122 "prettier:fix" : " prettier --write src/*" ,
2223 "lint:check" : " eslint src/*" ,
You can’t perform that action at this time.
0 commit comments