mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-08 07:29:18 +00:00
Added Example Component and testing framework
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -10,7 +10,8 @@
|
||||
"serve": "serve out",
|
||||
"prod:server": "yarn build && yarn server",
|
||||
"prod:static": "yarn build && yarn export && yarn serve",
|
||||
"lint": "eslint . --ext .ts,.tsx"
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"test": "jest --config jext.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
|
Reference in New Issue
Block a user