Skip to content

Commit

Permalink
build: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed May 16, 2024
1 parent 5b03e54 commit f053e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"lint:vue": "eslint --ext .vue src",
"release": "npm run build && npm publish",
"serve:dev": "vite",
"serve:prod": "npm run build && ncp dist/ examples/dist/ & http-server examples -p 2222 -c-1 --silent --cors",
"serve:prod": "npm run build && ncp dist/ examples/dist/ && http-server examples -p 2222 -c-1 --silent --cors",
"serve:mock-api": "http-server tests/mocks -p 8181 -c-1 --silent --cors",
"test:e2e": "start-server-and-test serve:prod 8181 cypress:headless",
"test:e2e": "start-server-and-test serve:prod 2222 cypress:headless",
"write-changelog": "standard-version"
},
"files": [
Expand Down

0 comments on commit f053e53

Please sign in to comment.