File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3535 - run : npm install
3636 - name : Run coverage
3737 run : |
38- npm run build
38+ npm run build:ci
3939 npm run test:coverage
4040 - name : Run browser tests
4141 if : ${{ github.secret_source == 'Actions' }}
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "build" : " npm run build --workspaces" ,
12- "build:ci" : " run-s build:packages build:test" ,
13- "build:packages" : " for dir in `ls packages` ; do cd packages/${dir} && npm run build && cd ../.. ; done" ,
1412 "build:test" : " rollup -c rollup.config.js" ,
13+ "build:ci" : " run-s build build:test" ,
1514 "clean" : " rm -rf dist" ,
1615 "copy" : " copyfiles -u 3 packages/*/dist/*.js packages/*/dist/*/LICENSE dist" ,
1716 "copy:license" : " copyfiles LICENSE dist" ,
You can’t perform that action at this time.
0 commit comments