Skip to content

Commit 2ba9bd2

Browse files
Add publish task
1 parent 62df32f commit 2ba9bd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ DIST := $(SOURCES:src/%=dist/%)
55

66
all: lint dist min sass
77

8+
publish: lint dist
9+
npm publish
10+
811
lint:
912
jshint $(SOURCES)
1013

0 commit comments

Comments
 (0)