File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "test:build-project" : " cd test/project && npm install" ,
99 "test:build-bundles" : " mkdir -p test/bundles && npm run test:build-default-bundle && npm run test:build-babel-bundle" ,
1010 "test:build-default-bundle" : " cd test/project && bare-pack app.js -o ../bundles/default.bundle" ,
11- "test:build-babel-bundle" : " cd test/project && bare-pack app.js | bare-bundle-transform --plugin bare-bundle-transform-plugin-babel -o ../bundles/babel.bundle" ,
11+ "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" ,
1313 "lint" : " prettier . --check"
1414 },
You can’t perform that action at this time.
0 commit comments