mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add listings tests to postbuild-api and prebuild
This commit is contained in:
parent
2d7ab15978
commit
6bb3d5c21d
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@
|
|||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose && npm run test-listings",
|
||||
"test-postbuild-api": "npm run test-listings",
|
||||
"test-listings": "ava ./test/listings/**/*.js --verbose",
|
||||
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue