tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
120 stars 28 forks source link

Update README.md #20

Closed ahmetcetin closed 4 years ago

ahmetcetin commented 4 years ago

removed

  1. Add a post-rewrite git hook to auto-rebuild the output on every commit:
      cp hooks/post-rewrite .git/hooks/post-rewrite
      chmod +x .git/hooks/post-rewrite

    part from readme until hooks/post-rewrite file added to the repo.

Closing #19

ljharb commented 4 years ago

No longer needed; i've removed this language from the readme, and added a github action that should automatically push up a commit with the build output (in fork PR branches, too).