1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-26 01:54:57 +00:00

docs: add npm start script

This commit is contained in:
Starbeamrainbowlabs 2021-06-19 17:49:20 +01:00
parent ce41e8bc55
commit 1dcfc22f7a
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -5,7 +5,8 @@
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"No tests have been implemented yet\""
"test": "echo \"No tests have been implemented yet\"",
"start": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",