Add the test script.
This commit is contained in:
parent
8d94dd95c6
commit
ffdc8f0a45
|
@ -7,7 +7,8 @@
|
|||
"repository": "https://gitlab.com/holllo/love",
|
||||
"scripts": {
|
||||
"build": "yarn ts-node source/scripts/pages.ts && yarn build:images",
|
||||
"build:images": "cpy 'source/pages/images/**' 'public/images/'"
|
||||
"build:images": "cpy 'source/pages/images/**' 'public/images/'",
|
||||
"test": "xo && stylelint 'source/pages/scss/**'"
|
||||
},
|
||||
"dependencies": {
|
||||
"modern-normalize": "^0.6.0"
|
||||
|
|
Loading…
Reference in New Issue