We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ef3f commit 1408da0Copy full SHA for 1408da0
package.json
@@ -10,8 +10,9 @@
10
"home:watch": "watch 'node build-home.js' src/templates/",
11
"build:watch": "watch 'node build.js' src/templates/",
12
"doc": "bash script.sh",
13
- "doc:watch": "watch 'npm run doc' src/templates/",
+ "doc:watch": "watch 'npm run doc' src/templates/docs",
14
"doc:lib": "watch 'npm run doc' lib",
15
+ "doc:images": "watch 'node src/modules/images.js' src/templates/docs/images",
16
"build:all": "node build.js && bash script.sh"
17
},
18
"repository": "tachyons-css/tachyons-css.github.io",
0 commit comments