Add encryption
This commit is contained in:
+2
-1
@@ -29,6 +29,7 @@
|
||||
"start": "node dist/index.js",
|
||||
"build": "npm run clean && node scripts/build.js && npm run copyfiles",
|
||||
"clean": "rimraf dist",
|
||||
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist"
|
||||
"copyfiles": "copyfiles -u 1 \"./src/**/*.html\" ./dist",
|
||||
"encrypt": "node ./scripts/encrypt-data.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user