Skip to content

Commit

Permalink
🚨 limpiar despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Sep 23, 2024
1 parent 8bbaa31 commit b0e1f64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Despliegue
name: 🦍 Despliegue

on:
push:
Expand All @@ -21,5 +21,5 @@ jobs:
source ~/.nvm/nvm.sh
cd ${{ secrets.RUTA }}
git pull origin main
yarn install --frozen-lockfile
yarn set version 4.5.0
yarn build
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "enflujo-emporio-no-benevolente",
"packageManager": "yarn@4.4.1",
"version": "1.0.0",
"main": "src/index.js",
"packageManager": "yarn@4.5.0",
"version": "1.1.0",
"author": "Juan Camilo González <j.gonzalezj@uniandes.edu.co> (https://juancgonzalez.com)",
"license": "MIT",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ export default defineConfig({
assetsDir: 'recursos',
sourcemap: true,
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
});

0 comments on commit b0e1f64

Please sign in to comment.