test: compile sources of supi before testing

This commit is contained in:
Zoltan Kochan
2018-05-12 16:03:16 +03:00
parent 58b6ab4d29
commit fcaedd8a63

View File

@@ -163,7 +163,7 @@
"test:e2e": "npm-run-all -p -r pnpm-registry-mock test:tap",
"pretest": "rimraf ../.tmp/ && pnpm-registry-mock prepare",
"test-with-preview": "npm run lint && npm run lint-test && preview && npm run test:e2e",
"test": "npm run lint && npm run lint-test && pnpm link . && npm run test:e2e",
"test": "npm run lint && npm run lint-test && npm run tsc && pnpm link . && npm run test:e2e",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},