this repo has no description

fix: move package.json to the root dir

+1
.gitignore
···
+
node_modules/
+2 -2
Makefile
···
hugo
assets:
-
yarn --cwd themes/terminal install
-
yarn --cwd themes/terminal build
+
yarn install
+
yarn build
+2 -2
themes/terminal/package.json package.json
···
"author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
"license": "MIT",
"scripts": {
-
"dev": "webpack --mode=development --watch",
-
"build": "webpack --mode=production"
+
"dev": "cd themes/terminal/ && webpack --mode=development --watch",
+
"build": "cd themes/terminal/ && webpack --mode=production"
},
"browserslist": [
"last 2 versions",
themes/terminal/yarn.lock yarn.lock