From 25f62daf146895a1e0e0c966166f08f28467ae2e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 5 Jun 2018 15:38:40 +0200 Subject: - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse running watch from root dir, with sub-package dir - stop using special prebuild script name and run pre_build steps for `watch` and `build` commands - Remove `clean` step from `build`/`watch` --- packages/typescript-typings/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/typescript-typings/package.json') diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 4bae1f437..0dde47c97 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -6,7 +6,7 @@ }, "description": "0x project typescript type definitions", "scripts": { - "watch": "tsc -w", + "watch_without_deps": "tsc -w", "build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts", "clean": "shx rm -rf scripts", "manual:postpublish": "yarn build; node ./scripts/postpublish.js" -- cgit v1.2.3