chore(ci): link grunt build to npm run build

This commit is contained in:
Ayushman Chhabra 2022-07-29 22:40:13 -04:00
parent 6decb5e675
commit 99fbfb11c1

View File

@ -24,6 +24,7 @@
"scripts": {
"test": "grunt test",
"dev": "grunt play",
"build": "grunt build",
"preversion": "grunt test build",
"postversion": "git push && git push --tags && npm publish",
"release": "grunt && node ./bin/copy-to-piskel-website",