Skip to content

Commit

Permalink
Running from the lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Feb 19, 2019
1 parent b2a53be commit 6688540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octicons_node/script/build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
const fs = require('fs')
console.log('Copying index.scss to build/build.css')
fs.copyFileSync('../index.scss', '../build/build.css')
fs.copyFileSync('./index.scss', './build/build.css')

0 comments on commit 6688540

Please sign in to comment.