Skip to content

Commit cb938f0

Browse files
gen licenses AFTER bundle
1 parent db53c0f commit cb938f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fix": "eslint . --fix",
1717
"clean": "rimraf public/script",
1818
"generate-licenses": "node ./bin/generate_licenses.js",
19-
"publish": "npm run clean && npm run generate-licenses && npm run bundle && gh-pages deploy -d . -s \"{!(node_modules)/**/*.html,*.html,public/**/*,CNAME,_config.yml,robots.txt,LICENSE,.nojekyll}\" -m \"update page\"",
19+
"publish": "npm run clean && npm run bundle && npm run generate-licenses && gh-pages deploy -d . -s \"{!(node_modules)/**/*.html,*.html,public/**/*,CNAME,_config.yml,robots.txt,LICENSE,.nojekyll}\" -m \"update page\"",
2020
"build:types": "tsc ./src/term_ctl.ts --emitDeclarationOnly --declaration --outDir types --target es2019 --moduleResolution node --module es2020"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)