Skip to content

Commit

Permalink
refactor: return of the website workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jan 16, 2024
1 parent 1b2c66c commit 1fb7729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"build:umd": "rollup --configPlugin typescript --config rollup.config.ts",
"build": "yarn build:esm && yarn build:cjs && yarn build:umd",
"prepack": "npm pkg delete workspaces",
"postpack": "npm pkg set 'workspaces[]=website'",
"release": "semantic-release",
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs"
},
Expand Down Expand Up @@ -133,5 +134,8 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
},
"workspaces": [
"website"
]
}

0 comments on commit 1fb7729

Please sign in to comment.