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

Commit d26c81f

Browse files
committed
Move symlink to test script
1 parent 16afc11 commit d26c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Simple undo manager to provide undo and redo actions in JavaScript applications.",
55
"main": "lib/undomanager.js",
66
"scripts": {
7-
"postinstall": "sh scripts/link-lib.sh",
87
"lint": "eslint --ext .js --fix .",
8+
"pretest": "sh scripts/link-lib.sh",
99
"test": "jasmine-browser-runner runSpecs",
1010
"github": "cp -pfr demo/* ../gh-pages"
1111
},

0 commit comments

Comments
 (0)