Skip to content

Commit b7cf298

Browse files
authored
feat: monorepo support (#15)
* refactor: remove pre-build checks * chore: tests wip * fix: update tests and hide metadata * fix: fail build for missing build * chore: remove extraneous packages * fix: better error messages * fix: check for publishing root dir
1 parent be2ad48 commit b7cf298

28 files changed

+415
-945
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ node_modules
1919
.parcel-cache
2020

2121
# Test
22-
test
2322
demo

demo/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
generateBuildId: () => 'build',
2+
generateBuildId: () => 'build-id',
33
// Configurable site features to support:
44
// i18n: {
55
// defaultLocale: 'en',

0 commit comments

Comments
 (0)