This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2024-01-05 15:56:55 +00:00
|
|
|
module.exports = {
|
|
|
|
pipeline: {
|
2024-01-05 21:11:06 +00:00
|
|
|
"extract-locales": [],
|
|
|
|
"build-locales": [],
|
|
|
|
"build-locales:build": [],
|
|
|
|
"build-locales:repair": [],
|
|
|
|
"rollup:build": [],
|
|
|
|
"rollup:build-proxy": [],
|
|
|
|
"rollup:watch": [],
|
2024-01-09 17:04:02 +00:00
|
|
|
"build": ["^build"],
|
2024-01-05 21:11:06 +00:00
|
|
|
"build-proxy": [],
|
2024-01-05 20:15:35 +00:00
|
|
|
"watch": [],
|
2024-01-05 21:11:06 +00:00
|
|
|
"lint": [],
|
2024-01-05 15:56:55 +00:00
|
|
|
"lint:precommit": [],
|
|
|
|
"lint:spelling": [],
|
2024-01-05 21:11:06 +00:00
|
|
|
"lit-analyse": [],
|
|
|
|
"precommit": [],
|
|
|
|
"prequick": [],
|
|
|
|
"prettier-check": [],
|
|
|
|
"prettier": [],
|
|
|
|
"pseudolocalize:build-extract-script": [],
|
|
|
|
"pseudolocalize:extract": [],
|
|
|
|
"pseudolocalize": [],
|
|
|
|
"tsc:execute": [],
|
|
|
|
"tsc": [],
|
|
|
|
"storybook": [],
|
|
|
|
"storybook:build": [],
|
|
|
|
"storybook:build-import-map": [],
|
|
|
|
"storybook:build-import-map-script": [],
|
|
|
|
"storybook:run-import-map-script": [],
|
2024-01-05 15:56:55 +00:00
|
|
|
},
|
|
|
|
};
|