|
28 | 28 | "build:extension:chrome": "bun run scripts/build.mjs chrome", |
29 | 29 | "build:extension:firefox": "bun run scripts/build.mjs firefox", |
30 | 30 | "build:extension": "bun run scripts/build.mjs extension", |
| 31 | + "build:quick": "bun run scripts/build.mjs all --skip-external-files", |
31 | 32 | "build:userscript": "bun run scripts/build.mjs userscript", |
32 | 33 | "build:zips": "bun run scripts/build.mjs zips", |
33 | | - "build:quick": "bun run scripts/build.mjs all --skip-external-files", |
34 | 34 | "build": "bun run scripts/build.mjs all", |
35 | 35 | "clean": "del-cli dist", |
36 | 36 | "dev:chrome": "bun run scripts/build-extension.mjs --platform=chrome --watch", |
37 | 37 | "dev:firefox": "bun run scripts/build-extension.mjs --platform=firefox --watch", |
38 | 38 | "dev": "bun run scripts/build-extension.mjs --platform=chrome --watch", |
39 | | - "get-version": "bun run scripts/get-version.mjs", |
40 | | - "get-changelog": "bun run scripts/get-changelog.mjs", |
41 | 39 | "fix-map-groups": "bun run scripts/fix-map-groups.mjs", |
| 40 | + "get-changelog": "bun run scripts/get-changelog.mjs", |
| 41 | + "get-version": "bun run scripts/get-version.mjs", |
42 | 42 | "lint:css:fix": "stylelint 'src/**/*.css' --fix --config .stylelintrc.json", |
43 | 43 | "lint:css": "stylelint 'src/**/*.css' --config .stylelintrc.json", |
44 | 44 | "lint:fix": "concurrently \"bun:lint:*:fix\"", |
|
0 commit comments