We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c75f2b commit 09aa855Copy full SHA for 09aa855
src/tasks/package.js
@@ -32,6 +32,7 @@ module.exports = () => {
32
node: '>=4.3.0 <5.0.0 || >=5.10',
33
},
34
scripts: {
35
+ prepublish: 'yarn run build',
36
prebuild: 'yarn run clean:dist',
37
build: "cross-env NODE_ENV=production babel -s true src -d dist --ignore 'src/**/*.test.js'",
38
'clean:dist': 'del-cli dist',
0 commit comments