🚀 add action config

This commit is contained in:
platane
2020-07-19 17:33:28 +02:00
parent 5d8cc80d2c
commit 789a9e885f
5 changed files with 78 additions and 883 deletions

View File

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