mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable multiple prebuild files
This commit is contained in:
parent
095176866a
commit
3797250254
2 changed files with 181 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild.js --verbose",
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue