mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(cli-serve): run build on prepublishOnly
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "webpack --config ./lib/webpack.build.js",
|
||||
"lint": "eslint web"
|
||||
"lint": "eslint web",
|
||||
"prepublishOnly": "rm -rf dist && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "0.1.0-alpha.9",
|
||||
|
||||
Reference in New Issue
Block a user