-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Dockerfile for TypeScript * Move TypeScript from devDependencies to deps * Force exit code 0 in npm run build step * Update docker-test.yml to run npm cli * Rename setup scripts folder * Restore verapdf-auto-install-macos.xml * Restore verapdf-auto-install-windows.xml * Update npm run build in ps1 and cmd action scripts
- Loading branch information
Showing
13 changed files
with
65 additions
and
15 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -86,3 +86,6 @@ fi | |
|
||
echo "Installing Node dependencies to $PWD" | ||
npm ci | ||
|
||
echo "Build TypeScript" | ||
npm run build || true |
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
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<AutomatedInstallation langpack="eng"> | ||
<com.izforge.izpack.panels.htmlhello.HTMLHelloPanel id="welcome"/> | ||
<com.izforge.izpack.panels.target.TargetPanel id="install_dir"> | ||
<installpath>/tmp/verapdf</installpath> | ||
</com.izforge.izpack.panels.target.TargetPanel> | ||
<com.izforge.izpack.panels.packs.PacksPanel id="sdk_pack_select"> | ||
<pack index="0" name="veraPDF GUI" selected="true"/> | ||
<pack index="1" name="veraPDF Mac and *nix Scripts" selected="true"/> | ||
<pack index="2" name="veraPDF Validation model" selected="false"/> | ||
<pack index="3" name="veraPDF Documentation" selected="false"/> | ||
<pack index="4" name="veraPDF Sample Plugins" selected="false"/> | ||
</com.izforge.izpack.panels.packs.PacksPanel> | ||
<com.izforge.izpack.panels.install.InstallPanel id="install"/> | ||
<com.izforge.izpack.panels.finish.FinishPanel id="finish"/> | ||
</AutomatedInstallation> |
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<AutomatedInstallation langpack="eng"> | ||
<com.izforge.izpack.panels.htmlhello.HTMLHelloPanel id="welcome"/> | ||
<com.izforge.izpack.panels.target.TargetPanel id="install_dir"> | ||
<installpath>C:\Windows\Temp\verapdf</installpath> | ||
</com.izforge.izpack.panels.target.TargetPanel> | ||
<com.izforge.izpack.panels.packs.PacksPanel id="sdk_pack_select"> | ||
<pack index="0" name="veraPDF GUI" selected="true"/> | ||
<pack index="1" name="veraPDF Batch files" selected="true"/> | ||
<pack index="2" name="veraPDF Validation model" selected="false"/> | ||
<pack index="3" name="veraPDF Documentation" selected="false"/> | ||
<pack index="4" name="veraPDF Sample Plugins" selected="false"/> | ||
</com.izforge.izpack.panels.packs.PacksPanel> | ||
<com.izforge.izpack.panels.install.InstallPanel id="install"/> | ||
<com.izforge.izpack.panels.finish.FinishPanel id="finish"/> | ||
</AutomatedInstallation> |