This repository was archived by the owner on Feb 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install: |
13
13
npm install -g lerna@^3.15.0
14
14
lerna bootstrap 2>&1
15
15
date
16
- script : lerna run build
16
+ script : lerna run build:prod
17
17
deploy :
18
18
provider : script
19
19
script : ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis/deploy.sh; fi'
Original file line number Diff line number Diff line change 15
15
"build:app" : " react-scripts build" ,
16
16
"test" : " react-scripts test --env=jest-environment-jsdom-sixteen" ,
17
17
"eject" : " react-scripts eject" ,
18
- "build" : " npx rollup -c" ,
18
+ "build" : " npx rollup -c --sourcemap" ,
19
+ "build:prod" : " npx rollup -c" ,
19
20
"fix:js" : " npx eslint --fix ./src/" ,
20
21
"lint:js" : " npx eslint ./src/" ,
21
22
"lint:style" : " npx stylelint ./src/" ,
Original file line number Diff line number Diff line change 20
20
"build:app" : " react-scripts build" ,
21
21
"test" : " react-scripts test --env=jest-environment-jsdom-sixteen" ,
22
22
"eject" : " react-scripts eject" ,
23
- "build" : " npx rollup -c" ,
23
+ "build" : " npx rollup -c --sourcemap" ,
24
+ "build:prod" : " npx rollup -c" ,
24
25
"fix:js" : " npx eslint --fix ./src/" ,
25
26
"lint:js" : " npx eslint ./src/" ,
26
27
"lint:style" : " npx stylelint ./src/" ,
Original file line number Diff line number Diff line change 19
19
"build:app" : " react-scripts build" ,
20
20
"test" : " react-scripts test --env=jest-environment-jsdom-sixteen" ,
21
21
"eject" : " react-scripts eject" ,
22
- "build" : " npx rollup -c" ,
22
+ "build" : " npx rollup -c --sourcemap" ,
23
+ "build:prod" : " npx rollup -c" ,
23
24
"fix:js" : " npx eslint --fix ./src/" ,
24
25
"lint:js" : " npx eslint ./src/" ,
25
26
"lint:style" : " npx stylelint ./src/" ,
Original file line number Diff line number Diff line change 17
17
"build:app" : " react-scripts build" ,
18
18
"test" : " react-scripts test --env=jest-environment-jsdom-sixteen" ,
19
19
"eject" : " react-scripts eject" ,
20
- "build" : " npx rollup -c" ,
20
+ "build" : " npx rollup -c --sourcemap" ,
21
+ "build:prod" : " npx rollup -c" ,
21
22
"fix:js" : " npx eslint --fix ./src/" ,
22
23
"lint:js" : " npx eslint ./src/" ,
23
24
"lint:style" : " npx stylelint ./src/" ,
You can’t perform that action at this time.
0 commit comments