summary refs log tree commit diff
path: root/src/plugins/example-plugin/build.sh
blob: 1b36607b5d6ba0fa0e90b8d282e58afad93b1c21 (plain) (blame)
1
2
3
4
5
#rm -rf dist/
#mkdir dist
rm -rfv *.js *.js.map
ln -s ../../bundle/node_modules node_modules
tsc -p .