|
24 | 24 | "preprocess": "node tasks/preprocess.js", |
25 | 25 | "bundle": "node tasks/bundle.js", |
26 | 26 | "header": "node tasks/header.js", |
27 | | - "build": "npm run preprocess && npm run bundle && npm run header", |
| 27 | + "build": "npm dedupe && npm run preprocess && npm run bundle && npm run header", |
28 | 28 | "cibuild": "node tasks/cibundle.js", |
29 | 29 | "watch": "node tasks/watch_plotly.js", |
30 | 30 | "lint": "eslint . || true", |
31 | 31 | "test-jasmine": "karma start test/jasmine/karma.conf.js", |
32 | 32 | "citest-jasmine": "karma start test/jasmine/karma.ciconf.js", |
33 | 33 | "test-image": "./tasks/test_image.sh", |
34 | 34 | "test-syntax": "node test/syntax_test.js", |
35 | | - "test": "npm run test-jasmine && npm test-image && npm test-syntax", |
| 35 | + "test-bundle": "node tasks/test_bundle.js", |
| 36 | + "test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle", |
36 | 37 | "start-test_dashboard": "node devtools/test_dashboard/server.js", |
37 | 38 | "start-image_viewer": "node devtools/image_viewer/server.js", |
38 | 39 | "baseline": "./tasks/baseline.sh", |
|
0 commit comments