Skip to content

Commit

Permalink
feat: use yalc link
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Jul 30, 2024
1 parent 5b5d3e4 commit c8fc6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ testem.log
.DS_Store
Thumbs.db

.nx/cache
.nx
.yalc
yalc.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:all": "npx nx run-many --target=build && chmod +x dist/packages/core/src/bin/main.js",
"commit": "commit",
"lint:all": "eslint ./packages",
"link:sheriff": "npm run build:all && yalc publish dist/packages/core && yalc publish dist/packages/eslint-plugin && yalc add @softarc/sheriff-core @softarc/eslint-plugin-sheriff",
"link:sheriff": "npm run build:all && yalc publish dist/packages/core && yalc publish dist/packages/eslint-plugin && yalc link @softarc/sheriff-core @softarc/eslint-plugin-sheriff",
"run:cli": "nx build core && chmod +x dist/packages/core/src/bin/main.js",
"test": "vitest",
"test:ci": "vitest -c vitest.config.ci.ts"
Expand Down

0 comments on commit c8fc6db

Please sign in to comment.