Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from Disane87/dev
Browse files Browse the repository at this point in the history
fix(build): Copy -File script was broken
  • Loading branch information
Disane87 authored Sep 2, 2019
2 parents c58ba23 + 1d4f860 commit e5ecc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copyFile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var fs = require('fs');
var files = ['README.md', 'CHANGELOG.md'];

var outputFolder = "./dist";
var outputFolder = "./dist/ngx-taskboard";

files.forEach(file => {
console.log(`Copying './${file}' to '${outputFolder}/${file}'`)
Expand Down

0 comments on commit e5ecc2b

Please sign in to comment.