Skip to content

Commit

Permalink
chore: valid script
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 23, 2024
1 parent 796a1a4 commit 135ce19
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"lint": "eslint .",
"prettier": "prettier !package-lock.json !taiga-ui/** . --ignore-path .gitignore",
"stylelint": "stylelint './projects/**/*.{less,css}' --config package.json",
"prebump": "npx syncer && npx nx build editor",
"bump": "npx nx run-many -t publish"
"release": "npx syncer && npx nx publish editor"
},
"commitlint": {
"extends": [
Expand Down
10 changes: 0 additions & 10 deletions projects/editor/README.md

This file was deleted.

15 changes: 13 additions & 2 deletions projects/editor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,19 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/{projectName} --ignore-scripts"
}
"parallel": false,
"commands": [
"cp ./LICENSE ./README.md ./dist/{projectName}",
"npm publish ./dist/{projectName} --ignore-scripts"
]
},
"dependsOn": [
{
"target": "build",
"params": "ignore",
"dependencies": false
}
]
}
}
}

0 comments on commit 135ce19

Please sign in to comment.