|
41 | 41 | "test:e2e.verbose": "npm run build:umd && npm run build:languages && npm run build:themes-umd && npm run test:e2e.dump --theme=main && npm run test:e2e.puppeteer -- --verbose", |
42 | 42 | "test:e2e.watch": "node ./test/scripts/run-puppeteer-on-watchers-change.mjs --cmdToListen \"npm run watch\" --cmdToListen \"npm run test:e2e.dump --theme=main -- --watch\" --runnerFile \"test/E2ERunner.html\"", |
43 | 43 | "test:e2e.dump": "npm run build:styles && cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-e2e env-cmd -f ../hot.config.js webpack ./test/helpers/index.js ./test/e2e/index.js", |
44 | | - "test:e2e.dump.esm-cjs": "npm run build:styles && cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-e2e-esm-cjs env-cmd -f ../hot.config.js webpack ./test/helpers/index.js ./test/e2e/index.js", |
| 44 | + "test:e2e.dump.esm-cjs": "cross-env-shell BABEL_ENV=commonjs_e2e NODE_ENV=test-e2e-esm-cjs env-cmd -f ../hot.config.js webpack ./test/helpers/index.js ./test/e2e/index.js", |
45 | 45 | "test:e2e.puppeteer": "node test/scripts/run-puppeteer.mjs test/E2ERunner.html", |
46 | 46 | "test:unit": "npm run build:styles && cross-env-shell npm_config_testPathPattern=. BABEL_ENV=commonjs env-cmd -f ../hot.config.js jest --testPathPattern=$npm_config_testPathPattern", |
47 | 47 | "test:unit.watch": "npm run build:styles && cross-env-shell BABEL_ENV=commonjs env-cmd -f ../hot.config.js jest --testPathPattern=$npm_config_testPathPattern --watch", |
|
52 | 52 | "build:commonjs": "cross-env-shell BABEL_ENV=commonjs_dist env-cmd -f ../hot.config.js babel src --out-dir tmp", |
53 | 53 | "build:es": "npm run build:styles && cross-env-shell BABEL_ENV=es env-cmd -f ../hot.config.js babel src --out-file-extension .mjs --out-dir tmp", |
54 | 54 | "build:umd": "npm run build:all.styles && cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ../hot.config.js webpack ./src/index.js", |
55 | | - "build:umd-from-esm": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ../hot.config.js webpack ./tmp/index.mjs", |
56 | | - "build:umd-from-cjs": "cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ../hot.config.js webpack ./tmp/index.js", |
| 55 | + "build:umd-from-esm": "npm run build:all.styles && cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ../hot.config.js webpack ./tmp/index.mjs", |
| 56 | + "build:umd-from-cjs": "npm run build:all.styles && cross-env-shell BABEL_ENV=commonjs NODE_ENV=development env-cmd -f ../hot.config.js webpack ./tmp/index.js", |
57 | 57 | "build:umd.min": "npm run build:all.styles.min && cross-env-shell BABEL_ENV=commonjs NODE_ENV=production env-cmd -f ../hot.config.js webpack ./src/index.js", |
58 | 58 | "build:all.styles": "npm run build:styles && npm run build:themes-css", |
59 | 59 | "build:all.styles.min": "npm run build:styles.min && npm run build:themes-css.min", |
|
0 commit comments