We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
1 parent a98d354 commit ea6f5d4Copy full SHA for ea6f5d4
package.json
@@ -6,6 +6,7 @@
6
"main": "src/index.js",
7
"scripts": {
8
"build": "mkdir -p dist && cp src/embed.js dist/embed.js && uglifyjs src/embed.js --output dist/embed.min.js --compress --mangle",
9
+ "clean": "rm -rf dist",
10
"commitmsg": "commitlint -e $GIT_PARAMS",
11
"lint": "eslint --ignore-path .gitignore .",
12
"lint:fix": "npm run lint -- --fix",
0 commit comments