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.
publish
1 parent 62df32f commit 2ba9bd2Copy full SHA for 2ba9bd2
Makefile
@@ -5,6 +5,9 @@ DIST := $(SOURCES:src/%=dist/%)
5
6
all: lint dist min sass
7
8
+publish: lint dist
9
+ npm publish
10
+
11
lint:
12
jshint $(SOURCES)
13
0 commit comments