Skip to content

Commit f236171

Browse files
Add publish job
1 parent 8d5c4fb commit f236171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"presetup": "npm i chalk shelljs",
3232
"setup": "node ./internals/scripts/setup.js",
3333
"postsetup": "npm run build:dll",
34+
"publish": "npm run build && rimraf ./docs && cp -r ./build ./docs",
3435
"clean": "shjs ./internals/scripts/clean.js",
3536
"clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
3637
"generate": "plop --plopfile internals/generators/index.js",

0 commit comments

Comments
 (0)