From 2503500ef79d6bf1df11a02e71f85299e180079d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 28 Jul 2021 12:12:55 +0200 Subject: [PATCH] chore: more playground --- package.json | 1 + playground/src/views/Jokes.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e5000dd..345d5776 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "test:types": "tsc --build tsconfig.json", "test:unit": "jest --coverage", "dev": "yarn run test:unit --watchAll", + "playground": "yarn vite", "pretest": "yarn run lint", "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts" }, diff --git a/playground/src/views/Jokes.vue b/playground/src/views/Jokes.vue index 5741f5b5..6c75e541 100644 --- a/playground/src/views/Jokes.vue +++ b/playground/src/views/Jokes.vue @@ -31,10 +31,10 @@