Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 0b58501

Browse files
committed
Update copy script
1 parent 77536d7 commit 0b58501

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
.DS_Store
3-
node_modules
3+
node_modules
4+
demo/js/undomanager.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"postinstall": "sh scripts/link-lib.sh",
88
"lint": "eslint --ext .js --fix .",
99
"test": "jasmine-browser-runner runSpecs",
10-
"github": "cp -f ./lib/undomanager.js ./demo/js/ && cp -R demo/* ../gh-pages"
10+
"github": "cp -pfr demo/* ../gh-pages"
1111
},
1212
"devDependencies": {
1313
"chromedriver": "^110.0.0",

0 commit comments

Comments
 (0)