Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to nx workspace #1483

Draft
wants to merge 21 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: adjust package scripts
  • Loading branch information
JosefBredereck committed Feb 11, 2023
commit 7b4dabc85ddcf7faf386933ab8d56e21e8dd039a
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "git",
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
},
"version": "6.0.1",
"private": true,
"scripts": {
"postinstall": "yarn build:all",
Expand All @@ -16,10 +17,8 @@
"postpublish": "auto release",
"preview:docs": "cd packages/docs && yarn production",
"prepare": "husky install",
"build:edition": "nx run edition-node:build",
"build:uikit2": "npx nx run uikit-workshop:build --no-cache",
"build:all": "nx run-many --target=build --configuration=production",
"version:all": "nx run-many --target=version --configuration=production"
"version:all": "nx run-many --target=version --baseBranch=master --syncVersions --noVerify"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
Expand Down
17 changes: 0 additions & 17 deletions packages/docs/.vscode/launch.json

This file was deleted.

Empty file added packages/types/CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@pattern-lab/cli": ["packages/cli/bin/patternlab.js"],
"@pattern-lab/core": ["packages/core/src/index.js"],
"@pattern-lab/create": ["packages/create/src/index.ts"],
"@pattern-lab/docs": ["packages/docs/src/index.ts"],
"@pattern-lab/docs": ["packages/docs/src/index.js"],
"@pattern-lab/edition-node": ["packages/edition-node/src/index.ts"],
"@pattern-lab/edition-node-gulp": ["packages/edition-node-gulp/src/index.ts"],
"@pattern-lab/edition-twig": ["packages/edition-twig/src/index.ts"],
Expand Down