mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
chore: 🤖 add test:ci script
This commit is contained in:
parent
ceacbaf990
commit
dcf36b575a
@ -20,6 +20,7 @@
|
||||
"pretest": "npm run build",
|
||||
"test": "jest --no-cache --verbose",
|
||||
"test:watch": "jest --no-cache --verbose --watchAll",
|
||||
"test:ci": "jest --no-cache --silent",
|
||||
"lint": "eslint \"src/**/*.js\"",
|
||||
"format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"",
|
||||
"prepublishOnly": "npm run format && npm run test && npm run build"
|
||||
|
Loading…
Reference in New Issue
Block a user