Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 3, 2024
1 parent a8b4c25 commit 7e7c14d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"gulp-postcss": "latest",
"gulp-uglify": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"postcss": "latest",
"postcss-focus": "latest",
"simple-git-hooks": "latest",
Expand Down Expand Up @@ -190,16 +189,13 @@
"lint": "standard-markdown && standard",
"postinstall": "node node_modules/puppeteer/install.mjs",
"postrelease": "npm run release:tags && npm run release:github",
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin}/**/*.js --single-quote",
"release": "standard-version -a",
"release:github": "github-generate-release",
"release:tags": "git push --follow-tags origin HEAD:master",
"start": "NODE_ENV=production node src/server.js",
"test": "ava",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
"test": "ava"
},
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 7e7c14d

Please sign in to comment.