Skip to content

Commit

Permalink
Added start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro270707 committed Jun 15, 2024
1 parent a19487a commit 90060cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "My website!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "LD_PRELOAD=/var/task/node_modules/canvas/build/Release/libz.so.1 node canvas",
"test": "LD_PRELOAD=/var/task/node_modules/canvas/build/Release/libz.so.1 mocha"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 90060cd

Please sign in to comment.