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 8d5c4fb commit f236171Copy full SHA for f236171
package.json
@@ -31,6 +31,7 @@
31
"presetup": "npm i chalk shelljs",
32
"setup": "node ./internals/scripts/setup.js",
33
"postsetup": "npm run build:dll",
34
+ "publish": "npm run build && rimraf ./docs && cp -r ./build ./docs",
35
"clean": "shjs ./internals/scripts/clean.js",
36
"clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
37
"generate": "plop --plopfile internals/generators/index.js",
0 commit comments