File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 "build:unpkg" : " rollup --config rollup.config.prod.js --format iife --file dist/vue-dark-mode.min.js" ,
1717 "docs" : " vuepress dev docs" ,
1818 "docs:build" : " vuepress build docs" ,
19+ "docs:publish" : " surge docs/.vuepress/dist https://vue-dark-mode.surge.sh" ,
1920 "release" : " standard-version" ,
2021 "test:unit" : " jest" ,
21- "test:e2e" : " cypress run --headless" ,
22- "test:e2e:open" : " cypress open " ,
23- "project:publish" : " git push --follow-tags origin master && npm publish" ,
24- "publish:demo" : " cp ./dist/vue-dark-mode.min.js ./demo/vue-dark-mode.js && surge demo"
22+ "test:e2e" : " node_modules/.bin/cypress run --headless" ,
23+ "test:e2e:open" : " node_modules/.bin/cypress open " ,
24+ "project:publish" : " git push --follow-tags origin master && npm publish"
2525 },
2626 "repository" : {
2727 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments