Skip to content
Snippets Groups Projects
Commit 48aa5513 authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[oops] Missing comma in pkg script.

parent a32f7527
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
"build": "webpack --mode production",
"build:dev": "webpack",
"watch": "webpack -w",
"prepack": "sed -i.in 's/\\(is_npm:\\) false/\\1 true/;s/\\(backend:\\) .*/\\1 '\\'wa\\'/ ui-js/jscoq-loader.js"
"prepack": "sed -i.in 's/\\(is_npm:\\) false/\\1 true/;s/\\(backend:\\) .*/\\1 '\\'wa\\',/ ui-js/jscoq-loader.js"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment