removed default test script

This commit is contained in:
Matt DeCamp 2021-12-07 20:46:37 -05:00
parent e9277aa687
commit fee4522003

View file

@ -5,8 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"eleventy:dev": "cross-env ELEVENTY_ENV=development npx @11ty/eleventy --serve", "eleventy:dev": "cross-env ELEVENTY_ENV=development npx @11ty/eleventy --serve",
"eleventy:prod": "cross-env ELEVENTY_ENV=production npx @11ty/eleventy --serve", "eleventy:prod": "cross-env ELEVENTY_ENV=production npx @11ty/eleventy --serve"
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "Matt DeCamp", "author": "Matt DeCamp",