Skip to content

Commit 49fba2d

Browse files
committed
Improved scripts
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 19feecd commit 49fba2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"webpack-config-jaid": "1.24.2"
4646
},
4747
"scripts": {
48-
"clean": "rimraf dist dist-jsdoc",
48+
"clean": "rimraf dist dist-jsdoc test/*/dist test/*/dist-jsdoc test/*/info",
4949
"build:prod": "cross-env NODE_ENV=production webpack",
5050
"build:dev": "webpack",
5151
"test": "jest && npm run build:prod && cross-env MAIN=dist jest",
5252
"test:dev": "npm run build:dev && jest",
5353
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
5454
"release": "npm test && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)