issues
search
DevProgress
/
csv-simple-search
Generic Search and Export Tool for .csv files
Apache License 2.0
6
stars
3
forks
source link
runs build script before deploying to gh-pages
#59
Closed
alexyaseen
closed
8 years ago
alexyaseen
commented
8 years ago
Closes #58
previously,
npm run build
had to be manually run before
npm run deploy
now,
npm run deploy
builds first and then deploys
this PR also updates the readme accordingly
samuelcole
commented
8 years ago
👍
kahneraja
commented
8 years ago
+1
Closes #58
npm run build
had to be manually run beforenpm run deploy
npm run deploy
builds first and then deploys