Skip to content

Commit

Permalink
Move symlink to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed May 16, 2023
1 parent 16afc11 commit d26c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Simple undo manager to provide undo and redo actions in JavaScript applications.",
"main": "lib/undomanager.js",
"scripts": {
"postinstall": "sh scripts/link-lib.sh",
"lint": "eslint --ext .js --fix .",
"pretest": "sh scripts/link-lib.sh",
"test": "jasmine-browser-runner runSpecs",
"github": "cp -pfr demo/* ../gh-pages"
},
Expand Down

0 comments on commit d26c81f

Please sign in to comment.