Skip to content

Commit 8c02e6c

Browse files
committed
chore: Copy the web page to the gh-pages directory too
1 parent c4e5145 commit 8c02e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:module": "node test/all-tests",
4242
"test:cli": "nyc --silent node lib/cli package.json test/recursive && nyc --silent --no-clean node lib/cli -s -V test/passes/3.schema.json test/passes/3.json && nyc --silent --no-clean node lib/cli -C test/passes/comments.txt && nyc --silent --no-clean node lib/cli -v && nyc --silent --no-clean node lib/cli -h && nyc --silent --no-clean node lib/cli -pc test/fails/10.json || nyc report",
4343
"coverage": "cat coverage/lcov.info | npx coveralls",
44-
"site": "cp web/jsonlint.js ../jsonlint-pages/jsonlint.js",
44+
"site": "cp web/jsonlint.js ../jsonlint-pages/ && cp web/index.html ../jsonlint-pages/",
4545
"deploy": "cd ../jsonlint-pages && git commit -a -m 'Deploy site updates' && git push origin gh-pages"
4646
},
4747
"standard": {

0 commit comments

Comments
 (0)