🚀 generate frames

This commit is contained in:
platane
2020-07-18 17:46:22 +02:00
parent a149bab26a
commit 1799d05bbf
7 changed files with 429 additions and 32 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"type": "tsc --noEmit",
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!dist/**'",
"test": "jest --verbose --passWithNoTests",
"test": "jest --verbose --passWithNoTests --no-cache",
"build": "( cd packages/demo ; yarn build )",
"dev": "( cd packages/demo ; yarn dev )"
}