test: script to test only changed files (#2714)

Related to https://github.com/Qiskit/qiskit.org/issues/2699
This commit is contained in:
Eddybrando Vásquez 2022-08-02 15:59:52 +02:00 committed by GitHub
parent aff6a3851e
commit 0bf2c02d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"dev-analytics": "ENABLE_ANALYTICS=true NODE_ENV=development nuxt",
"dev-debug": "node --inspect node_modules/.bin/nuxt",
"test": "jest",
"test:changed": "jest -o",
"build": "nuxt build",
"start": "NODE_ENV=production nuxt start",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",