Skip to content

Commit

Permalink
Deploy examples to Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Oct 17, 2021
1 parent 32186f1 commit d700c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"cy:run": "cypress run",
"cy:all": "yarn run cy:run:chrome && yarn run cy:run:firefox",
"test": "start-server-and-test start http://localhost:3030 cy:run",
"test:multibrowser": "start-server-and-test start http://localhost:3030 cy:all"
"test:multibrowser": "start-server-and-test start http://localhost:3030 cy:all",
"netlify:deploy": "rm examples/stimulus-autocomplete.js && cp -f src/autocomplete.js examples/stimulus-autocomplete.js"
}
}

0 comments on commit d700c59

Please sign in to comment.