Skip to content

Commit e9b6987

Browse files
committed
feat: build changes
1 parent 61167d5 commit e9b6987

File tree

2 files changed

+130
-1
lines changed

2 files changed

+130
-1
lines changed

package-lock.json

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"auther": "jscodelover",
1414
"main": "index.js",
1515
"dependencies": {
16+
"gh-pages": "^3.2.3",
1617
"gsap": "^2.1.3",
1718
"node-sass": "^4.14.1",
1819
"react": "^16.14.0",
@@ -25,6 +26,8 @@
2526
"styled-theming": "^2.2.0"
2627
},
2728
"scripts": {
29+
"predeploy": "npm run build",
30+
"deploy": "gh-pages -d build",
2831
"start": "react-scripts start",
2932
"build": "react-scripts build",
3033
"test": "react-scripts test",
@@ -51,5 +54,6 @@
5154
},
5255
"bugs": {
5356
"url": "https://github.com/jscodelover/js-array-method-animation.git/issues"
54-
}
57+
},
58+
"homepage": "https://jscodelover.github.io/"
5559
}

0 commit comments

Comments
 (0)