mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:21:59 +08:00
Remove old scripts from packages
This commit is contained in:
parent
2965d6d78b
commit
554c535932
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# IMPORTANT
|
||||
# ---------
|
||||
# This is an auto generated file with React CDK.
|
||||
# Do not modify this file.
|
||||
# Use `.scripts/user/prepublish.sh instead`.
|
||||
|
||||
echo "=> Transpiling 'src' into ES5 ..."
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
NODE_ENV=production ./node_modules/.bin/babel --ignore tests,stories --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
echo ""
|
||||
echo "=> Transpiling completed."
|
||||
|
||||
. .scripts/user/prepublish.sh
|
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# IMPORTANT
|
||||
# ---------
|
||||
# This is an auto generated file with React CDK.
|
||||
# Do not modify this file.
|
||||
# Use `.scripts/user/prepublish.sh instead`.
|
||||
|
||||
echo "=> Transpiling 'src' into ES5 ..."
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
./node_modules/.bin/babel --ignore tests,stories --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
echo ""
|
||||
echo "=> Transpiling completed."
|
||||
|
||||
. .scripts/user/prepublish.sh
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# IMPORTANT
|
||||
# ---------
|
||||
# This is an auto generated file with React CDK.
|
||||
# Do not modify this file.
|
||||
# Use `.scripts/user/prepublish.sh instead`.
|
||||
|
||||
echo "=> Transpiling 'src' into ES5 ..."
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
./node_modules/.bin/babel --ignore tests,stories --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
echo ""
|
||||
echo "=> Transpiling completed."
|
||||
|
||||
. .scripts/user/prepublish.sh
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# IMPORTANT
|
||||
# ---------
|
||||
# This is an auto generated file with React CDK.
|
||||
# Do not modify this file.
|
||||
# Use `.scripts/user/prepublish.sh instead`.
|
||||
|
||||
echo "=> Transpiling 'src' into ES5 ..."
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
./node_modules/.bin/babel --ignore tests,stories --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
echo ""
|
||||
echo "=> Transpiling completed."
|
||||
|
||||
. .scripts/user/prepublish.sh
|
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,9 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
// required for react-app preset
|
||||
process.env.NODE_ENV = 'production';
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,6 +0,0 @@
|
||||
var path = require('path');
|
||||
var shell = require('shelljs');
|
||||
var babel = ['node_modules', '.bin', 'babel'].join(path.sep);
|
||||
|
||||
shell.rm('-rf', 'dist')
|
||||
shell.exec(babel + ' --ignore __tests__ src --out-dir dist')
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ./dist
|
||||
node_modules/.bin/babel --ignore __tests__ --plugins "transform-runtime" ./src --out-dir ./dist
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "> Start transpiling ES2015"
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
./node_modules/.bin/babel --ignore __tests__ --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
cp -r ./src/server/public ./dist/server/public
|
||||
echo ""
|
||||
echo "> Complete transpiling ES2015"
|
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# IMPORTANT
|
||||
# ---------
|
||||
# This is an auto generated file with React CDK.
|
||||
# Do not modify this file.
|
||||
# Use `.scripts/user/prepublish.sh instead`.
|
||||
|
||||
echo "=> Transpiling 'src' into ES5 ..."
|
||||
echo ""
|
||||
rm -rf ./dist
|
||||
./node_modules/.bin/babel --ignore __tests__ --plugins "transform-runtime" ./src --out-dir ./dist
|
||||
echo ""
|
||||
echo "=> Transpiling completed."
|
Loading…
x
Reference in New Issue
Block a user