webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
219 stars 53 forks source link

Testing new action script to build the dist library #269

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

This PR add a CI script thanks to github action and another script that build the dist lib and create a new release when a new tag is created. This PR continue the work started in #224.

kalwalt commented 2 years ago

CI script fails because the code is not well formed, i missed to run prettier before. I will run the format script and commit the result.

kalwalt commented 2 years ago

Now it is succesfull! CI and main script are ok.