Skip to content

Commit 53047f1

Browse files
committed
Compile without --optimize due to bug in that release.
1 parent a3815ba commit 53047f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "gren-lang",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Compiler for the Gren programming language",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"prepublishOnly": "npm run build",
8-
"build": "npx --package=gren-lang@0.4.5 -- gren make src/Main.gren --optimize --output=compiler.js",
8+
"build": "npx --package=gren-lang@0.4.5 -- gren make src/Main.gren --output=compiler.js",
99
"prettier": "prettier -w \"!**/*.json\" .",
1010
"prettier:check": "prettier -c \"!**/*.json\" ."
1111
},

0 commit comments

Comments
 (0)