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

Commit

Permalink
add build script to package.json to copy source into demo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RwwL committed Nov 17, 2017
1 parent 60a9fe5 commit db4efe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "An awesome, fully responsive jQuery slider toolkit.",
"main": "jquery.flexslider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cp jquery.flexslider.js demo/js/jquery.flexslider.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit db4efe5

Please sign in to comment.