Commit 49e2fb54 authored by Max's avatar Max Committed by Dan Abramov
Browse files

Test local commands

parent ee91202c
No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
......@@ -33,6 +33,16 @@ scripts_path=$PWD/`npm pack`
# lint
./node_modules/.bin/eslint --ignore-path .gitignore ./
# Test local start command
npm start -- --smoke-test
# Test local build command
npm run build
# Check for expected output
test -e build/*.html || exit 1
test -e build/*.js || exit 1
# Pack CLI
cd global-cli
npm install
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment