Skip to content

Commit

Permalink
chore: remove nx
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jan 13, 2025
1 parent 84ce24c commit 6477738
Show file tree
Hide file tree
Showing 28 changed files with 18 additions and 870 deletions.
21 changes: 0 additions & 21 deletions components/icon/project.json

This file was deleted.

6 changes: 0 additions & 6 deletions documentation/project.json

This file was deleted.

48 changes: 0 additions & 48 deletions nx.json

This file was deleted.

37 changes: 16 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"markdownlint-cli": "0.41.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "8.0.0",
"nx": "15.9.7",
"postcss": "8.4.38",
"prettier": "2.8.8",
"rimraf": "5.0.7",
Expand All @@ -65,14 +64,13 @@
},
"scripts": {
"add-repository-directory": "node ./add-repository-directory.mjs",
"build": "pnpm run nx-build --skip-nx-cache",
"build": "pnpm run --aggregate-output --recursive build",
"build:css": "pnpm run --dir components/ --filter '@utrecht/*-css' build",
"nx-build": "nx run-many --target=build --all --parallel",
"clean": "pnpm run --recursive clean",
"docs": "pnpm run --workspace packages/docusaurus start",
"find-undocumented-tokens": "pnpm run --dir proprietary/design-tokens/ build:stylelint && pnpm run lint:css --config ./.tokens.stylelintrc.json",
"lint": "pnpm run nx-lint --skip-nx-cache",
"lint-fix": "pnpm run nx-lint-fix --skip-nx-cache",
"lint": "pnpm run --aggregate-output \"/^lint:.*/\" && pnpm run --recursive lint",
"lint-fix": "pnpm run --aggregate-output \"/^lint-fix:.*/\"",
"lint-fix:css": "stylelint --fix '**/*.{css,scss}'",
"lint-fix:js": "eslint --ext '.js,.json,.jsx,.mdx,.ts,.tsx,.vue' --fix --report-unused-disable-directives .",
"lint-fix:md": "markdownlint --fix '**/*.md'",
Expand All @@ -84,28 +82,25 @@
"lint:package-lock": "pnpm ls --recursive",
"lint:prettier": "prettier --check .",
"lint-build": "pnpm run --recursive lint-build",
"nx-lint": "npx nx run-many --target=lint --all --parallel",
"nx-lint-fix": "npx nx run-many --target=lint-fix --all --parallel",
"prepare": "husky install",
"prettier": "prettier --list-different --write .",
"publish": "lerna publish from-package --yes",
"publish:changeset": "changeset publish",
"release": "lerna version prerelease --conventional-prerelease --no-changelog --no-private --yes",
"storybook": "pnpm run storybook-css",
"docusaurus": "nx start docusaurus",
"storybook-all": "nx run-many --target=storybook --all --parallel --maxParallel=10",
"storybook-css": "nx run-many --nx-bail --parallel --projects=storybook --target=storybook",
"storybook-angular": "nx run-many --nx-bail --parallel --projects=storybook-angular --target=storybook",
"storybook-react": "nx run-many --nx-bail --parallel --projects=storybook-react --target=storybook",
"storybook-vue": "nx run-many --nx-bail --parallel --projects=storybook-vue --target=storybook",
"serve": "nx serve design-system-website",
"serve-docusaurus": "nx serve docusaurus",
"serve-storybook": "nx serve storybook",
"serve-storybook-angular": "nx serve storybook-angular",
"serve-storybook-react": "nx serve storybook-react",
"serve-storybook-vue": "nx serve storybook-vue",
"test": "pnpm run nx-test --skip-nx-cache",
"nx-test": "nx run-many --target=test --all --parallel",
"docusaurus": "pnpm run --filter @utrecht/docusaurus start",
"storybook-all": "todo",
"storybook-css": "pnpm run --filter @utrecht/storybook-css storybook",
"storybook-angular": "pnpm run --filter @utrecht/storybook-angular storybook",
"storybook-react": "pnpm run --filter @utrecht/storybook-angular storybook",
"storybook-vue": "pnpm run --filter @utrecht/storybook-vue storybook",
"serve": "pnpm run --filter @utrecht/website start",
"serve-docusaurus": "pnpm run --filter @utrecht/docusaurus serve",
"serve-storybook": "pnpm run --filter @utrecht/storybook start",
"serve-storybook-angular": "pnpm run --filter @utrecht/storybook-angular start",
"serve-storybook-react": "pnpm run --filter @utrecht/storybook-react start",
"serve-storybook-vue": "pnpm run --filter @utrecht/storybook-vue start",
"test": "pnpm run --recursive test",
"test-build": "pnpm run --recursive test-build",
"test-update": "pnpm run lint && pnpm run build && pnpm run test && pnpm run lint-build && pnpm run test-build",
"update-major": "npm-check-updates --configFileName .ncurc.major.js",
Expand Down
26 changes: 0 additions & 26 deletions packages/component-library-angular/project.json

This file was deleted.

18 changes: 0 additions & 18 deletions packages/component-library-css/project.json

This file was deleted.

18 changes: 0 additions & 18 deletions packages/component-library-design-tokens/project.json

This file was deleted.

41 changes: 0 additions & 41 deletions packages/component-library-react/project.json

This file was deleted.

32 changes: 0 additions & 32 deletions packages/component-library-vue/project.json

This file was deleted.

3 changes: 2 additions & 1 deletion packages/design-system-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"build:storybook-pdf": "rimraf dist/storybook-pdf/ && cp -R ../storybook-pdf/dist dist/storybook-pdf/",
"build:storybook-react": "rimraf dist/storybook-react/ && cp -R ../storybook-react/dist dist/storybook-react/",
"build:storybook-vue": "rimraf dist/storybook-vue/ && cp -R ../storybook-vue/dist dist/storybook-vue/",
"build:storybook-web-component": "rimraf dist/storybook-web-component/ && cp -R ../storybook-web-component/dist dist/storybook-web-component/"
"build:storybook-web-component": "rimraf dist/storybook-web-component/ && cp -R ../storybook-web-component/dist dist/storybook-web-component/",
"start": "http-server dist/"
}
}
25 changes: 0 additions & 25 deletions packages/design-system-website/project.json

This file was deleted.

39 changes: 0 additions & 39 deletions packages/docusaurus/project.json

This file was deleted.

Loading

0 comments on commit 6477738

Please sign in to comment.