Skip to content

Commit

Permalink
remove workspace-level dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Apr 8, 2023
1 parent 94858f8 commit 98636a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "npm -w example run hcm",
"dev:happy-css-modules": "npm -w example run hcm",
"dev:stylelint-happy-css-modules": "npm -w stylelint-happy-css-modules run build && npm -w example run lint",
"build": "npm run build --workspaces --if-present",
"lint": "run-s -c lint:*",
Expand Down
1 change: 0 additions & 1 deletion packages/stylelint-happy-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "npm -w example run lint",
"build": "tsc -p tsconfig.build.json"
},
"repository": {
Expand Down

0 comments on commit 98636a3

Please sign in to comment.