mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
Defined the 'prebuild' script in package.json to run the unit tests
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user