mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
feat: rename some npm/yarn script shorthands
This commit is contained in:
parent
0633f2c78e
commit
50f1be0b76
@ -15,12 +15,12 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "env NODE_ENV=production node ./lolisafe.js",
|
"start": "env NODE_ENV=production node ./lolisafe.js",
|
||||||
|
"start:reload": "env NODE_ENV=production gulp watch",
|
||||||
"pm2": "env NODE_ENV=production pm2 start ./lolisafe.js",
|
"pm2": "env NODE_ENV=production pm2 start ./lolisafe.js",
|
||||||
"lint": "gulp lint",
|
"lint": "gulp lint",
|
||||||
"build": "gulp default",
|
"build": "gulp default",
|
||||||
"watch": "env NODE_ENV=production gulp watch",
|
"dev": "env NODE_ENV=development node ./lolisafe.js",
|
||||||
"develop": "env NODE_ENV=development gulp watch",
|
"dev:reload": "env NODE_ENV=development gulp watch",
|
||||||
"dev": "env NODE_ENV=development gulp watch",
|
|
||||||
"migrate": "node ./scripts/migrate.js",
|
"migrate": "node ./scripts/migrate.js",
|
||||||
"bump-versions": "node ./scripts/bump-versions.js",
|
"bump-versions": "node ./scripts/bump-versions.js",
|
||||||
"cf-purge": "node ./scripts/cf-purge.js",
|
"cf-purge": "node ./scripts/cf-purge.js",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"pull": "git pull && env NODE_ENV=production yarn",
|
"pull": "git pull && env NODE_ENV=production yarn",
|
||||||
"stash": "git stash || true",
|
"stash": "git stash || true",
|
||||||
"stash-pop": "git stash pop || true",
|
"stash-pop": "git stash pop || true",
|
||||||
"full-upgrade": "rm -f ./yarn.lock && yarn"
|
"rebuild-dependencies": "rm -f ./yarn.lock && yarn"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abort-controller": "~3.0.0",
|
"abort-controller": "~3.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user