Compare commits
No commits in common. "fc39d027be4025926831e8f6924584b4c17f529d" and "e79225eacb257b2123731c7daac94f668c7041ca" have entirely different histories.
fc39d027be
...
e79225eacb
|
@ -1,12 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
yarn run build $*
|
yarn run build
|
||||||
|
|
||||||
for f in ../../public/static/dist/*; do
|
rm -rf ../../public/static/dist
|
||||||
if [ "$f" != ".gitignore" ]
|
mv dist ../../public/static
|
||||||
then
|
|
||||||
rm -rf "$f"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
cp -r dist ../../public/static
|
|
|
@ -12,14 +12,13 @@
|
||||||
"author": "blek",
|
"author": "blek",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@parcel/reporter-bundle-analyzer": "^2.8.3",
|
|
||||||
"buffer": "^5.5.0",
|
"buffer": "^5.5.0",
|
||||||
"parcel": "^2.8.3",
|
"parcel": "^2.8.3",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10"
|
||||||
"parcel-namer-without-hash": "^0.0.1"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.21.0",
|
"@babel/runtime": "^7.21.0",
|
||||||
|
"parcel-namer-without-hash": "^0.0.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-console-emulator": "^5.0.2",
|
"react-console-emulator": "^5.0.2",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
|
|
|
@ -112,7 +112,6 @@ module.exports = (args) => {
|
||||||
<Colored color='#cc6a6a'>C/C++/Rust native dev</Colored><br/>
|
<Colored color='#cc6a6a'>C/C++/Rust native dev</Colored><br/>
|
||||||
[## ] 40%<br/>
|
[## ] 40%<br/>
|
||||||
I do this... sometimes<br/>
|
I do this... sometimes<br/>
|
||||||
More: <Colored color='seagreen' weight='normal'>skills nt</Colored><br/>
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<Colored color='#7dadd7'>Linux skills</Colored><br/>
|
<Colored color='#7dadd7'>Linux skills</Colored><br/>
|
||||||
|
|
Loading…
Reference in New Issue