-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: creates new playground with next.js (#929)
Co-authored-by: Lukasz Gornicki <[email protected]>
- Loading branch information
1 parent
05fd304
commit 00cee65
Showing
91 changed files
with
23,863 additions
and
89,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,9 @@ jobs: | |
working-directory: ./web-component | ||
- name: Install dependencies | ||
run: npm install | ||
- name: Bundle | ||
run: npm run bundle | ||
working-directory: ./web-component | ||
- name: Bump version in package.json | ||
# There is no need to substract "v" from the tag as version script handles it | ||
# When adding "bump:version" script in package.json, make sure no tags are added by default (--no-git-tag-version) as they are already added by release workflow | ||
|
@@ -86,6 +89,6 @@ jobs: | |
with: | ||
token: ${{ secrets.GH_TOKEN }} | ||
branch: gh-pages | ||
folder: playground/build | ||
folder: playground/out | ||
git-config-name: asyncapi-bot | ||
git-config-email: [email protected] | ||
git-config-email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,5 @@ npm-debug.log* | |
lerna-debug.log* | ||
/**/*.tgz | ||
/.github | ||
|
||
playground/.next/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"lerna": "3.15.0", | ||
"version": "0.2.0", | ||
"npmClient": "npm", | ||
"packages": ["library", "playground", "web-component"], | ||
"command": { | ||
"publish": { | ||
"message": "Bump version to %s" | ||
} | ||
} | ||
}, | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.