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