Add the test script.
This commit is contained in:
parent
8d94dd95c6
commit
ffdc8f0a45
|
@ -7,7 +7,8 @@
|
||||||
"repository": "https://gitlab.com/holllo/love",
|
"repository": "https://gitlab.com/holllo/love",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn ts-node source/scripts/pages.ts && yarn build:images",
|
"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": {
|
"dependencies": {
|
||||||
"modern-normalize": "^0.6.0"
|
"modern-normalize": "^0.6.0"
|
||||||
|
|
Loading…
Reference in New Issue