Skip to content

Commit 4524205

Browse files
author
Thierry Charbonnel
committed
add a commit script
1 parent 9c4f105 commit 4524205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"prepublishOnly": "npm run build",
1515
"predeploy": "cd ./example && npm install && npm run export",
1616
"deploy": "touch ./example/out/.nojekyll && gh-pages -d ./example/out -t true",
17+
"commit:example": "git add example/ && git commit -m \"Commit example\" && git subtree push --prefix example origin example",
1718
"test": "echo \"Error: no test specified\" && exit 1",
1819
"link": "npm run build && npm link && cd ./example && npm link @ap.cx/react-scrollama-wrapper"
1920
},

0 commit comments

Comments
 (0)