mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: include dist folder
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
},
|
||||
"main": "dist/nucleus.js",
|
||||
"module": "dist/nucleus.esm.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js",
|
||||
"build:watch": "rollup --config ../../rollup.config.js -w",
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
},
|
||||
"main": "dist/supernova.js",
|
||||
"module": "dist/supernova.esm.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js",
|
||||
"build:dev": "rollup --config ../../rollup.config.js",
|
||||
|
||||
Reference in New Issue
Block a user