updated: setup alias for the test

This commit is contained in:
gianlucaguarini 2021-10-16 20:08:46 +02:00
parent d8955bc96b
commit 2b94698f2f

View File

@ -4,6 +4,9 @@
"scripts": { "scripts": {
"postinstall": "parcel build index.html --no-cache" "postinstall": "parcel build index.html --no-cache"
}, },
"alias": {
"./test/*.riot": "./$1"
},
"dependencies": { "dependencies": {
"riot": "^6.0.0", "riot": "^6.0.0",
"@riotjs/hot-reload": "^6.0.0" "@riotjs/hot-reload": "^6.0.0"