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.
1 parent 19feecd commit 49fba2dCopy full SHA for 49fba2d
package.json
@@ -45,12 +45,12 @@
45
"webpack-config-jaid": "1.24.2"
46
},
47
"scripts": {
48
- "clean": "rimraf dist dist-jsdoc",
+ "clean": "rimraf dist dist-jsdoc test/*/dist test/*/dist-jsdoc test/*/info",
49
"build:prod": "cross-env NODE_ENV=production webpack",
50
"build:dev": "webpack",
51
"test": "jest && npm run build:prod && cross-env MAIN=dist jest",
52
"test:dev": "npm run build:dev && jest",
53
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
54
"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"
55
}
56
-}
+}
0 commit comments