Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Jun 28, 2021
1 parent d6eb569 commit 2170ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"tests": "jest",
"build": "rm -rf dist && tsc && npm pack",
"build": "rm -rf dist && tsc",
"local": "nodemon --watch website -e '*' --exec node website/server-test.js"
},
"keywords": [
Expand All @@ -33,7 +33,6 @@
"chalk": "^4.1.1",
"cssnano": "^4.1.10",
"esbuild": "^0.11.1",
"highlight.js": "^11.0.1",
"html-minifier": "^4.0.0",
"less": "^4.1.1",
"node-html-parser": "^2.1.0",
Expand All @@ -48,6 +47,7 @@
"@types/express": "^4.17.12",
"@types/node": "^15.12.4",
"express": "^4.17.1",
"highlight.js": "^11.0.1",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"resolveJsonModule": true,

/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
Expand Down

0 comments on commit 2170ec4

Please sign in to comment.