Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Dec 22, 2022
1 parent 9c59c83 commit c3854ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
"prebuild": "npm run css",
"build": "NODE_ENV=production npx rollup -c",
"prerelease": "npm run build",
"release": "git commit -a -m $npm_config_message && npm version patch && git tag $npm_package_version && git push",
"release": "git commit -a -m $npm_config_message && npm version patch && git push --tags",
"zip": "node zip",
"check": "gscan smart.zip -z",
"css": "npx stylelint 'src/css/**/*.css' --fix",
"reload": "cd utils && node reload"
"reload": "cd utils && node reload",
"version": "echo $npm_package_version"
},
"keywords": [
"ghost-theme",
Expand Down

0 comments on commit c3854ae

Please sign in to comment.