Compare commits

...

3 Commits

Author SHA1 Message Date
b1ek fc39d027be
add native skills note 2023-03-12 00:15:40 +10:00
b1ek 8d13376b4f
dont delete .gitignore 2023-03-12 00:15:29 +10:00
b1ek 8820f17fde
move parcel namer to dev dependencies 2023-03-12 00:08:01 +10:00
3 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh #!/bin/sh
rm -rf dist/* rm -rf dist/*
yarn run build yarn run build $*
rm -rf ../../public/static/dist for f in ../../public/static/dist/*; do
mv dist ../../public/static if [ "$f" != ".gitignore" ]
then
rm -rf "$f"
fi
done
cp -r dist ../../public/static

View File

@ -12,13 +12,14 @@
"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"

View File

@ -112,6 +112,7 @@ 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/>