Skip to content

Commit 088bda9

Browse files
committed
fix deps, rename files update script
1 parent 5819ffd commit 088bda9

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"description": "A collection of my frontend project",
99
"main": "script.js",
1010
"scripts": {
11-
"build": "npm run build --ws && npm exec --ws -c ../../../scripts/deploy.sh && ./scripts/deployStatic.sh",
11+
"build": "npm run build --ws",
12+
"deploy": "npm exec --ws -c ../../../scripts/deploy.sh && ./scripts/deployStatic.sh",
1213
"femFetch": "./scripts/femfetch.sh",
1314
"lint": "eslint .",
1415
"lint:ws": "npm exec --ws -c 'eslint --ext=.js,.jsx .'",

packages/frontendmentor/fem-password-generator-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "fem-password-generator-app",
2+
"name": "@frontendmentor/fem-password-generator-app",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

packages/frontendmentor/fem-password-generator-app/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import react from "@vitejs/plugin-react";
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
base: "./"
78
});

site/script.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ const ghu =
44
"https://github.com/Aadv1k/frontend-projects/tree/main/packages/uidesigndaily/";
55

66
const data = [
7+
{
8+
title: "Password generator app",
9+
date: new Date("Thu Jun 29 2023 15:45:26 GMT+0530"),
10+
labels: ["Vite", "React", "SCSS"],
11+
image: "./fem-password-generator-app/desktop-preview.jpg",
12+
links: {
13+
"Live url": "./fem-password-generator-app/index.html",
14+
GitHub: `${gh}fem-password-generator-app`,
15+
Challenge: "",
16+
},
17+
},
18+
719
{
820
title: "Fylo dark theme landing page",
921
date: new Date("Sun 21 Aug 2022 02:22:38 PM IST"),

0 commit comments

Comments
 (0)