Skip to content

Commit 09aa855

Browse files
committed
fix: add prepublish script
1 parent 7c75f2b commit 09aa855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks/package.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = () => {
3232
node: '>=4.3.0 <5.0.0 || >=5.10',
3333
},
3434
scripts: {
35+
prepublish: 'yarn run build',
3536
prebuild: 'yarn run clean:dist',
3637
build: "cross-env NODE_ENV=production babel -s true src -d dist --ignore 'src/**/*.test.js'",
3738
'clean:dist': 'del-cli dist',

0 commit comments

Comments
 (0)