Skip to content

Commit

Permalink
ci: Attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent 3fc7316 commit 5d2cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"minify:assets": "deno task minify:assets:js && deno task minify:assets:css",
"minify:assets:css": "lightningcss --minify --nesting --bundle --targets '>= 0.25%' out/assets/index.css -o out/assets/index.min.css",
"minify:assets:js": "esbuild --bundle --format=esm --minify out/assets/index.js --outfile=out/assets/index.min.js",
"minify:server": "esbuild --bundle --format=esm --minify out/server.js --outfile=out/server.min.js",
"minify:server": "esbuild --bundle --format=esm --minify --platform=node out/server.js --outfile=out/server.min.js",
"run:debug": "deno run --watch=deno.lock,deno.json --check --allow-all --unstable --config=deno.json src/main.ts",
"run:dev": "deno task build:assets:css:watch & deno task build:assets:js:watch & deno task build:icons:watch & deno task run:debug",
"test": "deno test --unstable --allow-read --allow-net --allow-import --allow-env --allow-write --fail-fast --parallel .",
Expand Down

1 comment on commit 5d2cbc7

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 5d2cbc7 Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Your deployment uses decorators. The default for 'experimentalDecorators' will be changing to 'false'. In the meantime, please explicitly set the 'experimentalDecorators' compiler option. For more information, see https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators

Please sign in to comment.