Skip to content

Commit

Permalink
chore: revert pkg workspaces after pack
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jan 16, 2024
1 parent 8d3f3d0 commit e2603be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
"publishConfig": {
"access": "public"
},
"workspaces": [
"website"
],
"scripts": {
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs",
"lint:eslint": "eslint 'src'",
Expand All @@ -103,6 +100,7 @@
"build": "yarn build:esm && yarn build:cjs && yarn build:umd && yarn postbuild",
"postbuild": "node scripts/fix-declaration-directives.mjs",
"prepack": "npm pkg delete workspaces",
"postpack": "npm pkg set 'workspaces[]=website'",
"release": "semantic-release"
},
"peerDependencies": {
Expand Down Expand Up @@ -150,5 +148,8 @@
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.30.0",
"ws": "8.12.0",
"ws7": "npm:ws@^7.5.9"
}
},
"workspaces": [
"website"
]
}

0 comments on commit e2603be

Please sign in to comment.