Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
do not build description files
Browse files Browse the repository at this point in the history
This lead to error TS4023 when a type if needed to describe something
that has not been imported to the module. See also
microsoft/TypeScript#5711 (comment)
  • Loading branch information
Tobias Bengfort committed Feb 17, 2016
1 parent 5097294 commit a71c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adhocracy_frontend/checkcode_and_compile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jsdir = ${adhocracy:frontend.static_dir}/js
recipe = plone.recipe.command
stop-on-error = True
command =
${buildout:bin-directory}/node ${buildout:bin-directory}/tsc -m umd -d --sourcemap ${adhocracy:frontend.static_dir}/js/Adhocracy*.ts
${buildout:bin-directory}/node ${buildout:bin-directory}/tsc -m umd --sourcemap ${adhocracy:frontend.static_dir}/js/Adhocracy*.ts
update-command = ${javascript:command}

[gruntfile]
Expand Down

0 comments on commit a71c84f

Please sign in to comment.