Skip to content

Commit

Permalink
Merge pull request #1 from kevhender/test
Browse files Browse the repository at this point in the history
Release test?
  • Loading branch information
kevhender authored Jan 24, 2020
2 parents 213ea77 + b99c489 commit 7b81eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const fs = require('fs')

const main = () => {
fs.writeFileSync('build/test.js', `test: ${new Date()}`, 'utf8')
fs.writeFileSync('build/test.js', `test: ${new Date()}`, 'utf8');
}

main()

0 comments on commit 7b81eef

Please sign in to comment.