|
|
|
@ -7,7 +7,8 @@ |
|
|
|
"build": "preact build", |
|
|
|
"build": "preact build", |
|
|
|
"serve": "sirv build --cors --single", |
|
|
|
"serve": "sirv build --cors --single", |
|
|
|
"dev": "preact watch", |
|
|
|
"dev": "preact watch", |
|
|
|
"lint": "eslint src" |
|
|
|
"lint": "eslint src", |
|
|
|
|
|
|
|
"deploy": "npm run build && ncftpput -R -u web@kultar.sout.no -p UNIiiP6iQv39Q94TuR7uKmfpfeIL0ZON guut.org / ./build" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"eslintConfig": { |
|
|
|
"eslintConfig": { |
|
|
|
"extends": "eslint-config-synacor" |
|
|
|
"extends": "eslint-config-synacor" |
|
|
|
|