mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
docs: add npm start script
This commit is contained in:
parent
ce41e8bc55
commit
1dcfc22f7a
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue