Merge pull request #514 from 0xProject/publishImprovements

Add Doc Page Check To Publish Flow
This commit is contained in:
Fabio Berger
2018-04-11 18:55:59 +09:00
committed by GitHub
8 changed files with 199 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
"types": "lib/src/index.d.ts",
"scripts": {
"build:watch": "tsc -w",
"build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"clean": "shx rm -rf lib scripts",
"lint": "tslint --project . 'src/**/*.ts'",
"test": "run-s clean build run_mocha",