File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"clean:pack" : " rimraf packages/*/package.tgz || true" ,
20
20
"dev" : " siroc dev" ,
21
21
"docs:dev" : " cd docs/nuxt && yarn && yarn dev" ,
22
- "docs:test" : " start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record" ,
22
+ "docs:test" : " start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record --tag druxtjs.org' " ,
23
23
"docs:test:open" : " start-server-and-test docs:dev http://localhost:3000 'npx cypress open --project docs/nuxt/test'" ,
24
24
"example:druxt-site" : " cd examples/druxt-site && yarn && yarn dev" ,
25
- "example:druxt-site:test" : " start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress run --project examples/druxt-site/test --record' " ,
25
+ "example:druxt-site:test" : " start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress run --project examples/druxt-site/test --record --tag examples-druxt-site " ,
26
26
"example:druxt-site:test:open" : " start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress open --project examples/druxt-site/test'" ,
27
27
"lint" : " eslint --ext .js,.vue packages/*/src" ,
28
28
"lint:commit" : " commitlint" ,
You can’t perform that action at this time.
0 commit comments