Skip to content

Commit

Permalink
Update copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Mar 5, 2023
1 parent 77536d7 commit 0b58501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.DS_Store
node_modules
node_modules
demo/js/undomanager.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postinstall": "sh scripts/link-lib.sh",
"lint": "eslint --ext .js --fix .",
"test": "jasmine-browser-runner runSpecs",
"github": "cp -f ./lib/undomanager.js ./demo/js/ && cp -R demo/* ../gh-pages"
"github": "cp -pfr demo/* ../gh-pages"
},
"devDependencies": {
"chromedriver": "^110.0.0",
Expand Down

0 comments on commit 0b58501

Please sign in to comment.