Skip to content

Commit

Permalink
Compile without --optimize due to bug in that release.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Dec 14, 2024
1 parent a3815ba commit 53047f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gren-lang",
"version": "0.5.0",
"version": "0.5.1",
"description": "Compiler for the Gren programming language",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"build": "npx [email protected] -- gren make src/Main.gren --optimize --output=compiler.js",
"build": "npx [email protected] -- gren make src/Main.gren --output=compiler.js",
"prettier": "prettier -w \"!**/*.json\" .",
"prettier:check": "prettier -c \"!**/*.json\" ."
},
Expand Down

0 comments on commit 53047f1

Please sign in to comment.