Merge pull request #223 from spotify/rugvip/e2e-cli-test

added scripts dir with test for making sure serve and plugin scaffolding works
This commit is contained in:
Patrik Oldsberg
2020-03-10 15:37:01 +01:00
committed by GitHub
4 changed files with 164 additions and 8 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"cross-env": "^7.0.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
"typescript": "^3.7.5",
"zombie": "^6.1.4"
},
"dependencies": {
"@types/classnames": "^2.2.9",