Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Updated scripts since docfx is no longer used, removed dependency on cross-env pacakge
  • Loading branch information
AristurtleDev committed Apr 6, 2024
1 parent 473d3c1 commit 1d4d6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"scripts": {
"dev": "cross-env RUN_MODE=$npm_lifecycle_event npx @11ty/eleventy --serve --config=./website/.eleventy.js",
"website": "cross-env RUN_MODE=$npm_lifecycle_event npx @11ty/eleventy --serve --config=./website/.eleventy.js",
"articles": "cross-env RUN_MODE=$npm_lifecycle_event npx @11ty/eleventy --serve --config=./website/.eleventy.js",
"build": "cross-env RUN_MODE=$npm_lifecycle_event npx @11ty/eleventy --config=./website/.eleventy.js"
"dev": "npx @11ty/eleventy --serve --config=./website/.eleventy.js",
"build": "npx @11ty/eleventy --config=./website/.eleventy.js"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
Expand All @@ -13,7 +11,6 @@
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"clean-css": "^5.3.3",
"cross-env": "^7.0.3",
"eleventy-plugin-nesting-toc": "^1.3.0",
"js-yaml": "^4.1.0",
"markdown-it-anchor": "^8.6.7"
Expand Down

0 comments on commit 1d4d6fa

Please sign in to comment.