File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ # Exit immediately if any subcommand terminated
2+ trap " exit 1" TERM
3+
14#
25# This script determines if current git state is the up to date master. If so
36# it exits normally. If not it prompts for an explicit continue. This script
Original file line number Diff line number Diff line change 11#! /bin/sh -e
22
3+ # Exit immediately if any subcommand terminated
4+ trap " exit 1" TERM
5+
36# This script maintains a git branch which mirrors master but in a form that
47# what will eventually be deployed to npm, allowing npm dependencies to use:
58#
Original file line number Diff line number Diff line change 1+ # Exit immediately if any subcommand terminated
2+ trap " exit 1" TERM
3+
14# Publishing to NPM is currently supported by Travis CI, which ensures that all
25# tests pass first and the deployed module contains the correct file structure.
36# In order to prevent inadvertently circumventing this, we ensure that a CI
You can’t perform that action at this time.
0 commit comments