We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60985be commit 48c9519Copy full SHA for 48c9519
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: all test release devenv
+.PHONY: all test release devenv publish
2
3
all: devenv release
4
@@ -26,3 +26,7 @@ release:
26
./node_modules/.bin/syntaxdev build-cson --in grammars/src/MagicRegExp.syntax.yaml --out grammars/MagicRegExp.cson
27
28
./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