Skip to content

Commit b58f6e8

Browse files
committed
fix
1 parent b26bbb7 commit b58f6e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"author": "Massachusetts Institute of Technology",
66
"license": "GPL-3.0",
7-
"homepage": "https://github.com/LLK/scratch-gui#readme",
7+
"homepage": "https://crispstrobe.github.io/scratch-gui",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/LLK/scratch-gui.git"
1111
},
1212
"main": "./dist/scratch-gui.js",
1313
"scripts": {
1414
"build": "npm run clean && webpack --colors --bail",
15+
"postinstall": "patch-package",
1516
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
16-
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"[skip ci] Build for $(git log --pretty=format:%H -n1)\"",
17+
"deploy": "gh-pages -d build",
1718
"prepublish": "node scripts/prepublish.mjs",
1819
"prune": "./prune-gh-pages.sh",
1920
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",

0 commit comments

Comments
 (0)