remove deploy from package.json
This commit is contained in:
parent
d828e3ea30
commit
95a04c2e13
4 changed files with 24 additions and 7401 deletions
BIN
.package.json.un~
Normal file
BIN
.package.json.un~
Normal file
Binary file not shown.
7399
package-lock.json
generated
7399
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -11,8 +11,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel src/index.html",
|
"dev": "parcel src/index.html",
|
||||||
"build": "parcel build src/index.html",
|
"build": "parcel build src/index.html"
|
||||||
"deploy": "yarn build && gh-pages -d dist"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nprogress": "^0.2.0"
|
"nprogress": "^0.2.0"
|
||||||
|
|
|
||||||
23
package.json~
Normal file
23
package.json~
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "hsarch",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"repository": "https://github.com/maltejur/hsarch.git",
|
||||||
|
"author": "maltejur <48161361+maltejur@users.noreply.github.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"gh-pages": "^3.1.0",
|
||||||
|
"parcel-bundler": "^1.12.4",
|
||||||
|
"typescript": "^4.0.5"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"dev": "parcel src/index.html",
|
||||||
|
"build": "parcel build src/index.html",
|
||||||
|
"deploy": "yarn build && gh-pages -d dist"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"nprogress": "^0.2.0"
|
||||||
|
},
|
||||||
|
"browserslist": [
|
||||||
|
"since 2017-06"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue