Skip to content

Commit

Permalink
Disable frontend license validation step until a proper fix is implem…
Browse files Browse the repository at this point in the history
…ented
  • Loading branch information
Etheryte committed May 15, 2024
1 parent 526ab8a commit 1429fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/manager-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
</target>

<target name="build-js" depends="warn-if-yarn-not-installed" description="Build js files">
<echo message="Calling yarn build ..."/>
<echo message="Calling yarn build:novalidate ..."/>
<exec failonerror="true" executable="yarn" dir="${frontend.src.dir}">
<arg line="build:novalidate"/>
</exec>
Expand Down
2 changes: 1 addition & 1 deletion web/html/src/scripts/docker-javascript-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git config --global --add safe.directory /manager
cd /manager/web/html/src

yarn install
yarn build
yarn build:novalidate
yarn lint:production
yarn test
yarn tsc
Expand Down

0 comments on commit 1429fe0

Please sign in to comment.