Skip to content

Commit 1408da0

Browse files
author
mrmrs
committed
Add command
1 parent e83ef3f commit 1408da0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"home:watch": "watch 'node build-home.js' src/templates/",
1111
"build:watch": "watch 'node build.js' src/templates/",
1212
"doc": "bash script.sh",
13-
"doc:watch": "watch 'npm run doc' src/templates/",
13+
"doc:watch": "watch 'npm run doc' src/templates/docs",
1414
"doc:lib": "watch 'npm run doc' lib",
15+
"doc:images": "watch 'node src/modules/images.js' src/templates/docs/images",
1516
"build:all": "node build.js && bash script.sh"
1617
},
1718
"repository": "tachyons-css/tachyons-css.github.io",

0 commit comments

Comments
 (0)