1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

fixing broken build :(

This commit is contained in:
Michael Shanks 2020-01-27 14:07:04 +00:00
parent ee5a4e8c96
commit 08f921ad66

View file

@ -4,7 +4,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.js", "module": "dist/index.js",
"scripts": { "scripts": {
"build": "rollup -c && rollup -c rollup.generatorsconfig.js", "build": "rollup -c",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"testbuild": "rollup -w -c rollup.testconfig.js", "testbuild": "rollup -w -c rollup.testconfig.js",
"dev": "run-p start:dev testbuild", "dev": "run-p start:dev testbuild",