Skip to content

Commit

Permalink
Code Style Insert ·
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Apr 25, 2022
1 parent b9b7490 commit d68a7cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
]
},
"scripts": {
"build": "npm run lint && npm run build:password:generator && cat ./package.json | grep -v '\"private\":' > dist/package.json && npm pack ./dist",
"build": "npm run lint && lint:markdown && npm run build:password:generator && cat ./package.json | grep -v '\"private\":' > dist/package.json && npm pack ./dist",
"build:password:generator": "npm run clean:dist && npm run create:directory && npm run create:docs && npm run copy:index && npm run copy:src && npm run copy:readme && npm run copy:license && npm run copy:makefile && npm run copy:copyright && npm run filesize:distribution",
"clean": "rimraf .nyc_output coverage",
"clean:dist": "rimraf \"dist/\"",
Expand Down
1 change: 0 additions & 1 deletion src/lib/base64-password.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ const base64Password = async() => {
console.log(base64);
return base64;
};

export default base64Password();

0 comments on commit d68a7cd

Please sign in to comment.