Adding package.json command that plays well with Travis

This commit is contained in:
Zac Ioannidis
2020-12-14 14:20:13 +00:00
parent 2108a79808
commit 6a553795c4
2 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"test": "node scripts/test.js --silent",
"test:ava": "NODE_ENV=production ava --verbose",
"test-watch": "ava --watch",
"lint": "echo 'This is a placeholder for Travis'",
"lint:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {