Skip to content

Commit

Permalink
minor wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Dec 4, 2020
1 parent 28fffb5 commit dc829b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const chalk = require('chalk');
const webpack = require('webpack');
const webpackConfig = require('./webpack.conf.js');

const spinner = ora('building for production...');
const spinner = ora('Build for production...');
spinner.start();

rm(path.resolve(__dirname, '../dist'), (e) => {
Expand Down

0 comments on commit dc829b9

Please sign in to comment.