This commit is contained in:
DecDuck
2024-10-07 12:18:58 +11:00
parent 805b7d24c5
commit e21b85f041
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ stages:
- publish
build:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm
script:
- apt-get install yarnpkg -y

View File

@ -1,5 +1,5 @@
{
"name": "droplet",
"name": "@drop/droplet",
"version": "0.0.0",
"main": "index.js",
"types": "index.d.ts",