Sha256: f5491e2bfe285cd11049ae655eeba1a6d97835404a68fd5b62db09994789804c
Contents?: true
Size: 272 Bytes
Versions: 19
Compression:
Stored size: 272 Bytes
Contents
#!/bin/bash # If cql-execution/lib does not exist, build it from src. # This is needed if pointing to a cql-execution branch, as only the coffeescript # is included in the ./node_modules directory. if [ ! -d "./node_modules/cql-execution/lib" ]; then yarn build-cql fi
Version data entries
19 entries across 19 versions & 1 rubygems