Defined the 'prebuild' script in package.json to run the unit tests

This commit is contained in:
gianantoniopini
2020-12-02 16:50:29 +01:00
parent 4198136ce4
commit fcf578a6d9

View File

@ -7,6 +7,7 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prebuild": "npm run test",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
@ -85,4 +86,4 @@
"bugs": {
"url": "https://github.com/AmruthPillai/Reactive-Resume/issues"
}
}
}