From e67ec385599d6e2f20562f700ec77b1e9de153c1 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Tue, 1 Sep 2020 22:34:02 -0700 Subject: [PATCH] Meta: fix watch script (#2162) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1edcf819c5..1947ca84aa 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build-snapshot": "npm run build-master && node scripts/insert_snapshot_warning.js", "clean": "rm -rf out", "test": "exit 0", - "watch": "npm run build-master -- --watch", + "watch": "npm run build-only -- --lint-spec --watch", "wipe-es6biblio": "echo \"{}\" > node_modules/ecmarkup/es6biblio.json", "check-commit": "node scripts/check-commit" },