diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-05 14:26:47 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-05 14:26:47 +0200 |
| commit | 46742271d7310c263e7b799401f0b769e1650d7c (patch) | |
| tree | 07096304c38b312a79113ae58d3b34dcafbee90b /package.json | |
| parent | 3d1a07ccc6637de659dfbfeb5258bb5f25d924c3 (diff) | |
| download | gohugo-theme-ed-46742271d7310c263e7b799401f0b769e1650d7c.tar.gz | |
Clean up netlify and npm config
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/package.json b/package.json index 63ff9c5..f723998 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,7 @@ "author": "Serghei Iakovlev", "main": "index.js", "scripts": { - "clean": "rimraf public", - "build": "npm install && hugo --source=exampleSite --gc --verbose --destination ../public", - "build:prod": "npm install && hugo --source=exampleSite --destination ../public", - "build:split1": "npm install && hugo --source=exampleSite --enableGitInfo --destination ../public", - "build:preview": "npm install && HUGO_PREVIEW=true hugo --source=exampleSite --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public", - "build:branch": "npm install && hugo --source=exampleSite --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public", - "server": "HUGO_PREVIEW=true HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", + "server": "HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", "lint:js": "eslint static/js/*.js assets/js/*.js" @@ -34,7 +28,6 @@ "dependencies": {}, "devDependencies": { "editorconfig-checker": "^4.0.2", - "eslint": "^8.19.0", - "rimraf": "^3.0.2" + "eslint": "^8.19.0" } } |
