Skip to content

Commit

Permalink
Pastel 2.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed May 24, 2023
1 parent 20d9f43 commit f8b9002
Show file tree
Hide file tree
Showing 265 changed files with 7,474 additions and 2,201 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test
on: [push, pull_request]

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test -- --serial --fail-fast --timeout=1m
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
yarn.lock
build
126 changes: 0 additions & 126 deletions boot.js

This file was deleted.

36 changes: 0 additions & 36 deletions cli.js

This file was deleted.

28 changes: 0 additions & 28 deletions commands/build.js

This file was deleted.

99 changes: 0 additions & 99 deletions commands/dev.js

This file was deleted.

19 changes: 0 additions & 19 deletions commands/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions entry.js

This file was deleted.

Loading

0 comments on commit f8b9002

Please sign in to comment.