We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f105 commit 4524205Copy full SHA for 4524205
package.json
@@ -14,6 +14,7 @@
14
"prepublishOnly": "npm run build",
15
"predeploy": "cd ./example && npm install && npm run export",
16
"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",
18
"test": "echo \"Error: no test specified\" && exit 1",
19
"link": "npm run build && npm link && cd ./example && npm link @ap.cx/react-scrollama-wrapper"
20
},
0 commit comments