create a test and build command for deploying to vercel

This commit is contained in:
Satindar Dhillon 2022-03-03 15:48:42 -08:00
parent 2db59860d2
commit 94df27c964

View file

@ -12,7 +12,7 @@
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci",
"test:build": "jest && next build",
"upgrade-psdpdfkit": "cp -R '../../node_modules/pspdfkit/dist/pspdfkit-lib' public/pspdfkit-lib"
},
"dependencies": {