Skip to content

Commit

Permalink
Switch build procedure (#83)
Browse files Browse the repository at this point in the history
Switch build procedure
  • Loading branch information
dungwinux authored Oct 13, 2019
2 parents 1faf090 + 55e0383 commit c55b563
Show file tree
Hide file tree
Showing 6 changed files with 6,488 additions and 40 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# JavaScript
node_modules/
package-lock.json

# Build
build/
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ install:
Update-AppveyorBuild -Version "$version.$env:APPVEYOR_BUILD_NUMBER"
- cmd: >-
npm install
npm ci
before_build:
- ps: >-
.\hestia.ps1 > $null
build_script:
- cmd: >-
set NODE_ENV=production
npm run pkg
cd dist\
Expand Down
Loading

0 comments on commit c55b563

Please sign in to comment.