Skip to content

Commit d2a0d82

Browse files
committed
Add publish script
1 parent 3e2f222 commit d2a0d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"scripts": {
2727
"build": "grunt build",
28-
"doc": "grunt doc"
28+
"doc": "grunt doc",
29+
"publish": "npm run build"
2930
},
3031
"keywords": [
3132
"ROS",

0 commit comments

Comments
 (0)