Created
August 27, 2020 06:06
-
-
Save sshymko/c86f3caafc857f6f8d92b1dd60d3e877 to your computer and use it in GitHub Desktop.
Revisions
-
sshymko created this gist
Aug 27, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ version: 0.2 phases: install: runtime-versions: nodejs: 12 build: commands: - npm install - npm run build -- --mode=production artifacts: base-directory: 'dist' files: - '**/*'