Skip to content

Commit

Permalink
Meta: fix watch script (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Sep 2, 2020
1 parent 8dfc62e commit e67ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit e67ec38

Please sign in to comment.