Skip to content

Commit bdfa01b

Browse files
committed
fix script path, duh
1 parent e796fef commit bdfa01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"precodecov": "npm run coverage",
1818
"lint": "eslint src test/*.js",
1919
"build": "npm run build:main && npm run build:shared && npm run build:ssr",
20-
"build:main": "node shared/_build.js && rollup -c rollup/rollup.config.main.js",
20+
"build:main": "node src/shared/_build.js && rollup -c rollup/rollup.config.main.js",
2121
"build:shared": "rollup -c rollup/rollup.config.shared.js",
2222
"build:ssr": "rollup -c rollup/rollup.config.ssr.js",
23-
"dev": "node shared/_build.js && rollup -c rollup/rollup.config.main.js -w",
23+
"dev": "node src/shared/_build.js && rollup -c rollup/rollup.config.main.js -w",
2424
"dev:shared": "rollup -c rollup/rollup.config.shared.js -w",
2525
"pretest": "npm run build",
2626
"prepublish": "npm run lint && npm run build"

0 commit comments

Comments
 (0)