commit 2dc7797d2b77ea5906259375d27d7ce2c230c5f7
parent 9870ab1cc52c493fbbfda513dc11e80d340e6e73
Author: Yersa Nordman <yersa@finwo.nl>
Date: Tue, 14 Mar 2023 20:53:00 +0100
Output the raw main, not with quotes in npm start
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/package.json b/doc/package.json
@@ -5,7 +5,7 @@
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "start": "node $(jq .main < package.json)"
+ "start": "node $(jq -r .main < package.json)"
},
"keywords": [],
"author": "",