feat: Add campaign (#2177)

This commit is contained in:
Muhsin Keloth
2021-05-04 15:08:41 +05:30
committed by GitHub
parent eaa61c3745
commit 7c7f91e70f
13 changed files with 792 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
"test:coverage": "jest -w 1 --no-cache --collectCoverage",
"webpacker-start": "webpack-dev-server -d --config webpack.dev.config.js --content-base public/ --progress --colors",
"start:dev": "foreman start -f ./Procfile.dev",
"start:dev-overmind": "overmind start -f ./Procfile.dev",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},