Skip to content

Commit 560a7bd

Browse files
committed
fix: build the local babel bundle for tests
1 parent 0fd5cf9 commit 560a7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "npm run lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js",
88
"test:build-project": "cd test/project && npm install",
9-
"test:build-bundles": "mkdir -p test/bundles && npm run test:build-default-bundle && npm run test:build-babel-bundle",
9+
"test:build-bundles": "mkdir -p test/bundles && npm run test:build-default-bundle && npm run test:build-babel-bundle && npm run test:build-local-babel-bundle",
1010
"test:build-default-bundle": "cd test/project && bare-pack app.js -o ../bundles/default.bundle",
1111
"test:build-babel-bundle": "cd test/project && bare-pack app.js | ../../bin.js --plugin bare-bundle-transform-plugin-babel -o ../bundles/babel.bundle",
1212
"test:build-local-babel-bundle": "cd test/project && bare-pack app.js | ../../bin.js --plugin ../plugins/babel.js -o ../bundles/local-babel.bundle",

0 commit comments

Comments
 (0)