This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: Showing confirm Terms of Use and cannot press confirm #86 * update release description * adding 'bugfix' prefix to changelog * no comment ;) Co-authored-by: David Zart
- Loading branch information
1 parent
0bef797
commit 24bf28c
Showing
8 changed files
with
2,406 additions
and
1,228 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
14 changes: 14 additions & 0 deletions
14
Source/Extension.Voting/Markdown/VotingExtension_Troubleshooting.md
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# Build and publish | ||
|
||
## npm run publish-debug-package fails after enter personal access token | ||
|
||
error: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument... | ||
|
||
|
||
As a workaround, it is possible to build and publish in two steps. | ||
|
||
npm run build-prod | ||
npm run gallery-publish false | ||
|
||
To get a deeper understanding about building and publishing see 'package.json'. |
Oops, something went wrong.