Skip to content

Commit 48c9519

Browse files
committed
makefile: Add "publish" target
1 parent 60985be commit 48c9519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all test release devenv
1+
.PHONY: all test release devenv publish
22

33
all: devenv release
44

@@ -26,3 +26,7 @@ release:
2626
./node_modules/.bin/syntaxdev build-cson --in grammars/src/MagicRegExp.syntax.yaml --out grammars/MagicRegExp.cson
2727

2828
./node_modules/.bin/syntaxdev scopes --syntax grammars/src/MagicPython.syntax.yaml > misc/scopes
29+
30+
publish: test
31+
apm publish patch
32+
vsce publish

0 commit comments

Comments
 (0)