forked from GOVTNZ/govtnz-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace css-sniff build && yarn workspace @springload/metatemplate build && yarn workspace react-accessible-details build && yarn workspace @govtnz/ds-common build && yarn workspace @govtnz/ds-upstream build && yarn workspace compilation-templates build",
"build:ds:release": "yarn workspace @govtnz/ds build:release",
"build:ds:compile": "yarn workspace @govtnz/ds build:compile",
"build:website": "yarn workspace @govtnz/ds-website build",
"build:website:compile-markdown": "yarn workspace @govtnz/ds-website compile-markdown",
"build:website:validate-build": "yarn workspace @govtnz/ds-website validate-build",
"build:all": "yarn build && yarn build:ds:release && yarn build:ds:compile && yarn build:website:compile-markdown && yarn build:website",
"test": "yarn workspace @govtnz/ds-common test && yarn workspace @govtnz/ds test && yarn workspace @springload/metatemplate test && yarn workspace @govtnz/ds-boilerplate-mustache test",
"test__comment": "Also the website static build itself tests parts of the React-TS integration type",
"sync-docs": "cp ./README.md ./packages/govtnz-ds/README.md && cp ./CONTRIBUTING.md ./packages/govtnz-ds/CONTRIBUTING.md && cp ./CHANGELOG.md ./packages/govtnz-ds/CHANGELOG.md"
},
"devDependencies": {
"rimraf": "^2.6.3"
},
"license": "MIT",
"dependencies": {
"json5": "^2.1.0",
"yarn": "^1.13.0"
}
}