Skip to content

Commit fc7d65b

Browse files
committed
Added build scripts for travis.
1 parent c9f566d commit fc7d65b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
set -ev
3+
4+
if [ "${GITHUB_API_TOKEN}" ]; then
5+
npm run lint
6+
npm run build
7+
cp README.md dist/
8+
cd dist
9+
ls -l -a
10+
fi

0 commit comments

Comments
 (0)