Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
fileset
/
Makefile
blob: e6175ba790174716ae7b19238d66eb2855e5fe02 [
file
] [
log
] [
blame
]
all
:
help
help
:
bake
-
h
test
:
cd test
&&
../
node_modules
/.
bin
/
mocha
-
R spec
.
eslint
:
eslint
.
fix
:
eslint
.
--
fix
release
:
version push publish
version
:
standard
-
version
-
m
'%s'
push
:
git push origin master
--
tags
publish
:
npm publish
.
PHONY
:
test