|
36 | 36 | "format": "eslint . --fix", |
37 | 37 | "extract": "lit-localize extract", |
38 | 38 | "localize": "lit-localize build", |
39 | | - "copy-demo": "cp -r ./demo ./dist/", |
40 | | - "build": "rimraf dist && mkdir dist && npm run copy-demo && npm run extract && npm run localize && npm run analyze -- --exclude dist && tsc ", |
41 | | - "bundle": "rimraf dist && npm run localize && rollup -c rollup.config.js", |
42 | | - "start": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"chokidar './demo/**/*' -c 'npm run copy-demo'\" \"wds --hmr --node-resolve\"", |
43 | | - "start:bundle": "npm run bundle && concurrently -k -r \"rollup -c rollup.config.js --watch\" \"wds --watch \"", |
| 39 | + "build": "rimraf dist && mkdir dist && npm run extract && npm run localize && npm run analyze -- --exclude dist && tsc ", |
| 40 | + "bundle": "rimraf dist && npm run extract && npm run localize && rollup -c rollup.config.js", |
| 41 | + "start": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds --open '/demo/' --node-resolve\"", |
| 42 | + "start:bundle": "npm run bundle && concurrently -k -r \"rollup -c rollup.config.js --watch\" \"wds --open '/dist/demo/' --watch\"", |
44 | 43 | "test": "npm run build && wtr --coverage --group unit", |
45 | 44 | "test:watch": "npm run build && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --coverage --watch --group unit\"", |
46 | 45 | "analyze": "cem analyze --litelement --exclude demo/* --exclude dist/* --exclude *.spec.ts --exclude *.test.ts --exclude coverage/*", |
47 | | - "doc": "npm run analyze -- --exclude dist && typedoc --out dist/doc oscd-shell.ts foundation.ts", |
| 46 | + "doc": "npm run analyze -- --exclude dist && typedoc --out dist/doc src/oscd-shell.ts src/foundation.ts", |
48 | 47 | "test:visual": "npm run build && wtr --group visual", |
49 | 48 | "test:update": "npm run build && wtr --group visual --update-visual-baseline", |
50 | | - "deploy": "npm run bundle && npm run doc && gh-pages --dist 'dist'", |
| 49 | + "deploy": "npm run bundle && npm run doc && gh-pages --dist 'dist' --nojekyll", |
51 | 50 | "prepare": "husky" |
52 | 51 | }, |
53 | 52 | "dependencies": { |
|
89 | 88 | "@web/test-runner-commands": "^0.9.0", |
90 | 89 | "@web/test-runner-playwright": "0.11.1", |
91 | 90 | "@web/test-runner-visual-regression": "0.9.0", |
92 | | - "chokidar-cli": "^3.0.0", |
93 | 91 | "concurrently": "^9.2.1", |
94 | 92 | "eslint": "^9.34.0", |
95 | 93 | "eslint-config-prettier": "^10.1.8", |
|
0 commit comments