Skip to content

Commit

Permalink
vkui-94: mkdir dist before build
Browse files Browse the repository at this point in the history
  • Loading branch information
8coon committed Apr 1, 2022
1 parent 00d6a30 commit bdab972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "utils/descriptions.js",
"scripts": {
"build": "npm run build:script && npm run tsc:generate-paths && npm run tsc:dist",
"build": "mkdir -p dist && npm run build:script && npm run tsc:generate-paths && npm run tsc:dist",
"build:local": "npm run build && npm run clear:dist",
"prepublishOnly": "echo 'ПРЕДУПРЕЖДЕНИЕ: Публиковать из root этот пакет нельзя: выполните команду \\033[1;32m\"npm run publish:dist\"' && exit 1",
"prepublish:dist": "npm run clear:src && npm run build",
Expand Down

0 comments on commit bdab972

Please sign in to comment.